Trace number 1722503

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.07 1200.71

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rbcl_xits_07_UNSAT.cnf
MD5SUM6419e2e5b92274df2e7e43e6c6a98566
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark120.643
Satisfiable
(Un)Satisfiability was proved
Number of variables1128
Number of clauses57446
Sum of the clauses size170514
Maximum clause length8
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21939
Number of clauses of size 355484
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.03	c ==============================================================================
0.00/0.03	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.03	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.03	c ==============================================================================
0.00/0.03	c |         0 |   57446   170514 |   17233       0        0     nan |  0.000 % |
0.28/0.37	c |         0 |   56659   238983 |      --       0       --      -- |     --   | -787/68469
0.28/0.37	c ==============================================================================
0.28/0.37	c Result  :   #vars: 636   #clauses: 56659   #literals: 238983
0.28/0.37	c CPU time:   0.364944 s
0.28/0.37	c ==============================================================================
0.39/0.46	This is MiniSat 2.0 beta
0.39/0.46	WARNING: for repeatability, setting FPU to use double precision
0.39/0.46	============================[ Problem Statistics ]=============================
0.39/0.46	|                                                                             |
0.39/0.46	|  Number of variables:  636                                                  |
0.39/0.46	|  Number of clauses:    56659                                                |
0.39/0.49	|  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-1722503-1240676183/watcher-1722503-1240676183 -o /tmp/evaluation-result-1722503-1240676183/solver-1722503-1240676183 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1722503-1240676183.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.46 3/64 14731
/proc/meminfo: memFree=1605624/2055920 swapFree=4180432/4192956
[pid=14731] ppid=14729 vsize=5356 CPUtime=0
/proc/14731/stat : 14731 (lysat.sh) R 14729 14731 14257 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 95642665 5484544 234 1992294400 4194304 4889804 548682068800 18446744073709551615 224627583647 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/14731/statm: 1339 234 194 169 0 50 0
[pid=14732] ppid=14731 vsize=1100 CPUtime=0
/proc/14732/stat : 14732 (SatElite) R 14731 14731 14257 0 -1 4194304 170 0 0 0 0 0 0 0 18 0 1 0 95642665 1126400 154 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/14732/statm: 275 155 50 127 0 145 0

[startup+0.0497011 s]
/proc/loadavg: 1.99 1.85 1.46 3/64 14731
/proc/meminfo: memFree=1605624/2055920 swapFree=4180432/4192956
[pid=14731] ppid=14729 vsize=5356 CPUtime=0
/proc/14731/stat : 14731 (lysat.sh) S 14729 14731 14257 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 95642665 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14731/statm: 1339 235 195 169 0 50 0
[pid=14732] ppid=14731 vsize=4868 CPUtime=0.04
/proc/14732/stat : 14732 (SatElite) R 14731 14731 14257 0 -1 4194304 1149 0 0 0 4 0 0 0 19 0 1 0 95642665 4984832 1133 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/14732/statm: 1217 1133 68 127 0 1087 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 10224

[startup+0.102708 s]
/proc/loadavg: 1.99 1.85 1.46 3/64 14731
/proc/meminfo: memFree=1605624/2055920 swapFree=4180432/4192956
[pid=14731] ppid=14729 vsize=5356 CPUtime=0
/proc/14731/stat : 14731 (lysat.sh) S 14729 14731 14257 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 95642665 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14731/statm: 1339 235 195 169 0 50 0
[pid=14732] ppid=14731 vsize=5416 CPUtime=0.09
/proc/14732/stat : 14732 (SatElite) R 14731 14731 14257 0 -1 4194304 1289 0 0 0 9 0 0 0 19 0 1 0 95642665 5545984 1273 1992294400 134512640 135034092 4294956096 18446744073709551615 134540710 0 0 4096 3 0 0 0 17 0 0 0
/proc/14732/statm: 1354 1273 68 127 0 1224 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10772

[startup+0.302736 s]
/proc/loadavg: 1.99 1.85 1.46 3/64 14731
/proc/meminfo: memFree=1605624/2055920 swapFree=4180432/4192956
[pid=14731] ppid=14729 vsize=5356 CPUtime=0
/proc/14731/stat : 14731 (lysat.sh) S 14729 14731 14257 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 95642665 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14731/statm: 1339 235 195 169 0 50 0
[pid=14732] ppid=14731 vsize=6808 CPUtime=0.28
/proc/14732/stat : 14732 (SatElite) R 14731 14731 14257 0 -1 4194304 1579 0 0 0 28 0 0 0 21 0 1 0 95642665 6971392 1563 1992294400 134512640 135034092 4294956096 18446744073709551615 134569244 0 0 4096 3 0 0 0 17 0 0 0
/proc/14732/statm: 1702 1563 68 127 0 1572 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 12164

[startup+0.7018 s]
/proc/loadavg: 1.99 1.85 1.46 3/64 14731
/proc/meminfo: memFree=1605624/2055920 swapFree=4180432/4192956
[pid=14731] ppid=14729 vsize=5356 CPUtime=0.44
/proc/14731/stat : 14731 (lysat.sh) S 14729 14731 14257 0 -1 4194304 310 1584 0 0 0 0 43 1 16 0 1 0 95642665 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14731/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 5356

[startup+1.50191 s]
/proc/loadavg: 1.99 1.85 1.46 2/66 14734
/proc/meminfo: memFree=1599528/2055920 swapFree=4180432/4192956
[pid=14731] ppid=14729 vsize=5356 CPUtime=0.44
/proc/14731/stat : 14731 (lysat.sh) S 14729 14731 14257 0 -1 4194304 310 1584 0 0 0 0 43 1 16 0 1 0 95642665 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14731/statm: 1339 237 195 169 0 50 0
[pid=14734] ppid=14731 vsize=5472 CPUtime=1.02
/proc/14734/stat : 14734 (LySATc) R 14731 14731 14257 0 -1 4194304 1272 0 0 0 102 0 0 0 25 0 1 0 95642711 5603328 1257 1992294400 134512640 135214827 4294956208 18446744073709551615 134529227 0 0 4096 3 0 0 0 17 0 0 0
/proc/14734/statm: 1368 1257 78 171 0 1195 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 10828

[startup+3.10114 s]
/proc/loadavg: 1.91 1.84 1.45 2/66 14734
/proc/meminfo: memFree=1598760/2055920 swapFree=4180432/4192956
[pid=14731] ppid=14729 vsize=5356 CPUtime=0.44
/proc/14731/stat : 14731 (lysat.sh) S 14729 14731 14257 0 -1 4194304 310 1584 0 0 0 0 43 1 16 0 1 0 95642665 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14731/statm: 1339 237 195 169 0 50 0
[pid=14734] ppid=14731 vsize=6284 CPUtime=2.63
/proc/14734/stat : 14734 (LySATc) R 14731 14731 14257 0 -1 4194304 1449 0 0 0 262 1 0 0 25 0 1 0 95642711 6434816 1434 1992294400 134512640 135214827 4294956208 18446744073709551615 134529276 0 0 4096 3 0 0 0 17 0 0 0
/proc/14734/statm: 1571 1434 78 171 0 1398 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 11640

[startup+6.30159 s]
/proc/loadavg: 1.91 1.84 1.45 2/66 14734
/proc/meminfo: memFree=1597224/2055920 swapFree=4180432/4192956
[pid=14731] ppid=14729 vsize=5356 CPUtime=0.44
/proc/14731/stat : 14731 (lysat.sh) S 14729 14731 14257 0 -1 4194304 310 1584 0 0 0 0 43 1 16 0 1 0 95642665 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14731/statm: 1339 237 195 169 0 50 0
[pid=14734] ppid=14731 vsize=7480 CPUtime=5.83
/proc/14734/stat : 14734 (LySATc) R 14731 14731 14257 0 -1 4194304 1762 0 0 0 582 1 0 0 25 0 1 0 95642711 7659520 1747 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/14734/statm: 1870 1747 78 171 0 1697 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 12836

[startup+12.7015 s]
/proc/loadavg: 1.84 1.83 1.45 2/66 14734
/proc/meminfo: memFree=1595184/2055920 swapFree=4180432/4192956
[pid=14731] ppid=14729 vsize=5356 CPUtime=0.44
/proc/14731/stat : 14731 (lysat.sh) S 14729 14731 14257 0 -1 4194304 310 1584 0 0 0 0 43 1 16 0 1 0 95642665 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14731/statm: 1339 237 195 169 0 50 0
[pid=14734] ppid=14731 vsize=9464 CPUtime=12.22
/proc/14734/stat : 14734 (LySATc) R 14731 14731 14257 0 -1 4194304 2252 0 0 0 1221 1 0 0 25 0 1 0 95642711 9691136 2237 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/14734/statm: 2366 2237 78 171 0 2193 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 14820

[startup+25.5023 s]
/proc/loadavg: 1.65 1.78 1.44 2/66 14734
/proc/meminfo: memFree=1592368/2055920 swapFree=4180432/4192956
[pid=14731] ppid=14729 vsize=5356 CPUtime=0.44
/proc/14731/stat : 14731 (lysat.sh) S 14729 14731 14257 0 -1 4194304 310 1584 0 0 0 0 43 1 16 0 1 0 95642665 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14731/statm: 1339 237 195 169 0 50 0
[pid=14734] ppid=14731 vsize=12360 CPUtime=25.02
/proc/14734/stat : 14734 (LySATc) R 14731 14731 14257 0 -1 4194304 2943 0 0 0 2500 2 0 0 25 0 1 0 95642711 12656640 2928 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/14734/statm: 3090 2928 78 171 0 2917 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 17716

[startup+51.103 s]
/proc/loadavg: 1.43 1.72 1.43 2/66 14734
/proc/meminfo: memFree=1588592/2055920 swapFree=4180432/4192956
[pid=14731] ppid=14729 vsize=5356 CPUtime=0.44
/proc/14731/stat : 14731 (lysat.sh) S 14729 14731 14257 0 -1 4194304 310 1584 0 0 0 0 43 1 16 0 1 0 95642665 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14731/statm: 1339 237 195 169 0 50 0
[pid=14734] ppid=14731 vsize=16316 CPUtime=50.61
/proc/14734/stat : 14734 (LySATc) R 14731 14731 14257 0 -1 4194304 3903 0 0 0 5058 3 0 0 25 0 1 0 95642711 16707584 3888 1992294400 134512640 135214827 4294956208 18446744073709551615 134537446 0 0 4096 3 0 0 0 17 0 0 0
/proc/14734/statm: 4079 3888 78 171 0 3906 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 21672

[startup+102.306 s]
/proc/loadavg: 1.17 1.60 1.41 2/66 14734
/proc/meminfo: memFree=1586544/2055920 swapFree=4180432/4192956
[pid=14731] ppid=14729 vsize=5356 CPUtime=0.44
/proc/14731/stat : 14731 (lysat.sh) S 14729 14731 14257 0 -1 4194304 310 1584 0 0 0 0 43 1 16 0 1 0 95642665 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14731/statm: 1339 237 195 169 0 50 0
[pid=14734] ppid=14731 vsize=18248 CPUtime=101.76
/proc/14734/stat : 14734 (LySATc) R 14731 14731 14257 0 -1 4194304 4370 0 0 0 10173 3 0 0 25 0 1 0 95642711 18685952 4347 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/14734/statm: 4562 4347 78 171 0 4389 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 23604

[startup+162.303 s]
/proc/loadavg: 1.07 1.49 1.38 2/66 14734
/proc/meminfo: memFree=1583472/2055920 swapFree=4180432/4192956
[pid=14731] ppid=14729 vsize=5356 CPUtime=0.44
/proc/14731/stat : 14731 (lysat.sh) S 14729 14731 14257 0 -1 4194304 310 1584 0 0 0 0 43 1 16 0 1 0 95642665 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14731/statm: 1339 237 195 169 0 50 0
[pid=14734] ppid=14731 vsize=21604 CPUtime=161.74
/proc/14734/stat : 14734 (LySATc) R 14731 14731 14257 0 -1 4194304 5137 0 0 0 16170 4 0 0 25 0 1 0 95642711 22122496 5114 1992294400 134512640 135214827 4294956208 18446744073709551615 134529683 0 0 4096 3 0 0 0 17 0 0 0
/proc/14734/statm: 5401 5114 78 171 0 5228 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 26960

[startup+222.302 s]
/proc/loadavg: 1.02 1.39 1.35 2/66 14734
/proc/meminfo: memFree=1580272/2055920 swapFree=4180432/4192956
[pid=14731] ppid=14729 vsize=5356 CPUtime=0.44
/proc/14731/stat : 14731 (lysat.sh) S 14729 14731 14257 0 -1 4194304 310 1584 0 0 0 0 43 1 16 0 1 0 95642665 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14731/statm: 1339 237 195 169 0 50 0
[pid=14734] ppid=14731 vsize=24900 CPUtime=221.71
/proc/14734/stat : 14734 (LySATc) R 14731 14731 14257 0 -1 4194304 5968 0 0 0 22166 5 0 0 25 0 1 0 95642711 25497600 5945 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/14734/statm: 6225 5945 78 171 0 6052 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 30256

[startup+282.303 s]
/proc/loadavg: 1.01 1.33 1.33 2/66 14734
/proc/meminfo: memFree=1579120/2055920 swapFree=4180432/4192956
[pid=14731] ppid=14729 vsize=5356 CPUtime=0.44
/proc/14731/stat : 14731 (lysat.sh) S 14729 14731 14257 0 -1 4194304 310 1584 0 0 0 0 43 1 16 0 1 0 95642665 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14731/statm: 1339 237 195 169 0 50 0
[pid=14734] ppid=14731 vsize=26612 CPUtime=281.68
/proc/14734/stat : 14734 (LySATc) R 14731 14731 14257 0 -1 4194304 6287 0 0 0 28163 5 0 0 25 0 1 0 95642711 27250688 6264 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/14734/statm: 6653 6264 78 171 0 6480 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 31968

[startup+342.302 s]
/proc/loadavg: 1.00 1.26 1.30 2/66 14734
/proc/meminfo: memFree=1577584/2055920 swapFree=4180432/4192956
[pid=14731] ppid=14729 vsize=5356 CPUtime=0.44
/proc/14731/stat : 14731 (lysat.sh) S 14729 14731 14257 0 -1 4194304 310 1584 0 0 0 0 43 1 16 0 1 0 95642665 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14731/statm: 1339 237 195 169 0 50 0
[pid=14734] ppid=14731 vsize=28136 CPUtime=341.66
/proc/14734/stat : 14734 (LySATc) R 14731 14731 14257 0 -1 4194304 6642 0 0 0 34160 6 0 0 25 0 1 0 95642711 28811264 6619 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/14734/statm: 7034 6619 78 171 0 6861 0
Current children cumulated CPU time (s) 342.1
Current children cumulated vsize (KiB) 33492


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

[pid=14734] ppid=14731 vsize=30368 CPUtime=521.56
/proc/14734/stat : 14734 (LySATc) R 14731 14731 14257 0 -1 4194304 7140 0 0 0 52150 6 0 0 25 0 1 0 95642711 31096832 7117 1992294400 134512640 135214827 4294956208 18446744073709551615 134529308 0 0 4096 3 0 0 0 17 0 0 0
/proc/14734/statm: 7592 7117 78 171 0 7419 0
Current children cumulated CPU time (s) 522
Current children cumulated vsize (KiB) 35724

[startup+582.302 s]
/proc/loadavg: 1.00 1.11 1.23 2/66 14734
/proc/meminfo: memFree=1574768/2055920 swapFree=4180432/4192956
[pid=14731] ppid=14729 vsize=5356 CPUtime=0.44
/proc/14731/stat : 14731 (lysat.sh) S 14729 14731 14257 0 -1 4194304 310 1584 0 0 0 0 43 1 16 0 1 0 95642665 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14731/statm: 1339 237 195 169 0 50 0
[pid=14734] ppid=14731 vsize=31068 CPUtime=581.53
/proc/14734/stat : 14734 (LySATc) R 14731 14731 14257 0 -1 4194304 7311 0 0 0 58147 6 0 0 25 0 1 0 95642711 31813632 7288 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/14734/statm: 7767 7288 78 171 0 7594 0
Current children cumulated CPU time (s) 581.97
Current children cumulated vsize (KiB) 36424

[startup+642.301 s]
/proc/loadavg: 1.00 1.09 1.21 2/66 14734
/proc/meminfo: memFree=1574576/2055920 swapFree=4180432/4192956
[pid=14731] ppid=14729 vsize=5356 CPUtime=0.44
/proc/14731/stat : 14731 (lysat.sh) S 14729 14731 14257 0 -1 4194304 310 1584 0 0 0 0 43 1 16 0 1 0 95642665 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14731/statm: 1339 237 195 169 0 50 0
[pid=14734] ppid=14731 vsize=31228 CPUtime=641.5
/proc/14734/stat : 14734 (LySATc) R 14731 14731 14257 0 -1 4194304 7356 0 0 0 64144 6 0 0 25 0 1 0 95642711 31977472 7333 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/14734/statm: 7807 7333 78 171 0 7634 0
Current children cumulated CPU time (s) 641.94
Current children cumulated vsize (KiB) 36584

[startup+702.302 s]
/proc/loadavg: 1.00 1.07 1.19 2/66 14734
/proc/meminfo: memFree=1574128/2055920 swapFree=4180432/4192956
[pid=14731] ppid=14729 vsize=5356 CPUtime=0.44
/proc/14731/stat : 14731 (lysat.sh) S 14729 14731 14257 0 -1 4194304 310 1584 0 0 0 0 43 1 16 0 1 0 95642665 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14731/statm: 1339 237 195 169 0 50 0
[pid=14734] ppid=14731 vsize=31668 CPUtime=701.46
/proc/14734/stat : 14734 (LySATc) R 14731 14731 14257 0 -1 4194304 7433 0 0 0 70139 7 0 0 25 0 1 0 95642711 32428032 7410 1992294400 134512640 135214827 4294956208 18446744073709551615 134529264 0 0 4096 3 0 0 0 17 0 0 0
/proc/14734/statm: 7917 7410 78 171 0 7744 0
Current children cumulated CPU time (s) 701.9
Current children cumulated vsize (KiB) 37024

[startup+762.305 s]
/proc/loadavg: 1.00 1.05 1.17 2/66 14734
/proc/meminfo: memFree=1573744/2055920 swapFree=4180432/4192956
[pid=14731] ppid=14729 vsize=5356 CPUtime=0.44
/proc/14731/stat : 14731 (lysat.sh) S 14729 14731 14257 0 -1 4194304 310 1584 0 0 0 0 43 1 16 0 1 0 95642665 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14731/statm: 1339 237 195 169 0 50 0
[pid=14734] ppid=14731 vsize=31952 CPUtime=761.44
/proc/14734/stat : 14734 (LySATc) R 14731 14731 14257 0 -1 4194304 7527 0 0 0 76137 7 0 0 25 0 1 0 95642711 32718848 7504 1992294400 134512640 135214827 4294956208 18446744073709551615 134529322 0 0 4096 3 0 0 0 17 0 0 0
/proc/14734/statm: 7988 7504 78 171 0 7815 0
Current children cumulated CPU time (s) 761.88
Current children cumulated vsize (KiB) 37308

[startup+822.302 s]
/proc/loadavg: 1.00 1.04 1.16 2/66 14734
/proc/meminfo: memFree=1573040/2055920 swapFree=4180432/4192956
[pid=14731] ppid=14729 vsize=5356 CPUtime=0.44
/proc/14731/stat : 14731 (lysat.sh) S 14729 14731 14257 0 -1 4194304 310 1584 0 0 0 0 43 1 16 0 1 0 95642665 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14731/statm: 1339 237 195 169 0 50 0
[pid=14734] ppid=14731 vsize=32792 CPUtime=821.4
/proc/14734/stat : 14734 (LySATc) R 14731 14731 14257 0 -1 4194304 7734 0 0 0 82133 7 0 0 25 0 1 0 95642711 33579008 7711 1992294400 134512640 135214827 4294956208 18446744073709551615 134529248 0 0 4096 3 0 0 0 17 0 0 0
/proc/14734/statm: 8198 7711 78 171 0 8025 0
Current children cumulated CPU time (s) 821.84
Current children cumulated vsize (KiB) 38148

[startup+882.301 s]
/proc/loadavg: 1.00 1.03 1.15 2/66 14734
/proc/meminfo: memFree=1572400/2055920 swapFree=4180432/4192956
[pid=14731] ppid=14729 vsize=5356 CPUtime=0.44
/proc/14731/stat : 14731 (lysat.sh) S 14729 14731 14257 0 -1 4194304 310 1584 0 0 0 0 43 1 16 0 1 0 95642665 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14731/statm: 1339 237 195 169 0 50 0
[pid=14734] ppid=14731 vsize=33492 CPUtime=881.35
/proc/14734/stat : 14734 (LySATc) R 14731 14731 14257 0 -1 4194304 7893 0 0 0 88128 7 0 0 25 0 1 0 95642711 34295808 7870 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/14734/statm: 8373 7870 78 171 0 8200 0
Current children cumulated CPU time (s) 881.79
Current children cumulated vsize (KiB) 38848

[startup+942.302 s]
/proc/loadavg: 1.00 1.02 1.14 2/66 14734
/proc/meminfo: memFree=1571824/2055920 swapFree=4180432/4192956
[pid=14731] ppid=14729 vsize=5356 CPUtime=0.44
/proc/14731/stat : 14731 (lysat.sh) S 14729 14731 14257 0 -1 4194304 310 1584 0 0 0 0 43 1 16 0 1 0 95642665 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14731/statm: 1339 237 195 169 0 50 0
[pid=14734] ppid=14731 vsize=33900 CPUtime=941.31
/proc/14734/stat : 14734 (LySATc) R 14731 14731 14257 0 -1 4194304 8012 0 0 0 94124 7 0 0 25 0 1 0 95642711 34713600 7989 1992294400 134512640 135214827 4294956208 18446744073709551615 134529308 0 0 4096 3 0 0 0 17 0 0 0
/proc/14734/statm: 8475 7989 78 171 0 8302 0
Current children cumulated CPU time (s) 941.75
Current children cumulated vsize (KiB) 39256

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.13 2/66 14734
/proc/meminfo: memFree=1571504/2055920 swapFree=4180432/4192956
[pid=14731] ppid=14729 vsize=5356 CPUtime=0.44
/proc/14731/stat : 14731 (lysat.sh) S 14729 14731 14257 0 -1 4194304 310 1584 0 0 0 0 43 1 16 0 1 0 95642665 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14731/statm: 1339 237 195 169 0 50 0
[pid=14734] ppid=14731 vsize=34312 CPUtime=1001.28
/proc/14734/stat : 14734 (LySATc) R 14731 14731 14257 0 -1 4194304 8077 0 0 0 100121 7 0 0 25 0 1 0 95642711 35135488 8054 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/14734/statm: 8578 8054 78 171 0 8405 0
Current children cumulated CPU time (s) 1001.72
Current children cumulated vsize (KiB) 39668

[startup+1062.3 s]
/proc/loadavg: 1.00 1.01 1.12 2/66 14734
/proc/meminfo: memFree=1571120/2055920 swapFree=4180432/4192956
[pid=14731] ppid=14729 vsize=5356 CPUtime=0.44
/proc/14731/stat : 14731 (lysat.sh) S 14729 14731 14257 0 -1 4194304 310 1584 0 0 0 0 43 1 16 0 1 0 95642665 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14731/statm: 1339 237 195 169 0 50 0
[pid=14734] ppid=14731 vsize=34768 CPUtime=1061.26
/proc/14734/stat : 14734 (LySATc) R 14731 14731 14257 0 -1 4194304 8178 0 0 0 106119 7 0 0 25 0 1 0 95642711 35602432 8155 1992294400 134512640 135214827 4294956208 18446744073709551615 134529473 0 0 4096 3 0 0 0 17 0 0 0
/proc/14734/statm: 8692 8155 78 171 0 8519 0
Current children cumulated CPU time (s) 1061.7
Current children cumulated vsize (KiB) 40124

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.11 2/66 14734
/proc/meminfo: memFree=1571120/2055920 swapFree=4180432/4192956
[pid=14731] ppid=14729 vsize=5356 CPUtime=0.44
/proc/14731/stat : 14731 (lysat.sh) S 14729 14731 14257 0 -1 4194304 310 1584 0 0 0 0 43 1 16 0 1 0 95642665 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14731/statm: 1339 237 195 169 0 50 0
[pid=14734] ppid=14731 vsize=34768 CPUtime=1121.22
/proc/14734/stat : 14734 (LySATc) R 14731 14731 14257 0 -1 4194304 8183 0 0 0 112115 7 0 0 25 0 1 0 95642711 35602432 8160 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/14734/statm: 8692 8160 78 171 0 8519 0
Current children cumulated CPU time (s) 1121.66
Current children cumulated vsize (KiB) 40124

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 14734
/proc/meminfo: memFree=1570736/2055920 swapFree=4180432/4192956
[pid=14731] ppid=14729 vsize=5356 CPUtime=0.44
/proc/14731/stat : 14731 (lysat.sh) S 14729 14731 14257 0 -1 4194304 310 1584 0 0 0 0 43 1 16 0 1 0 95642665 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14731/statm: 1339 237 195 169 0 50 0
[pid=14734] ppid=14731 vsize=35160 CPUtime=1181.19
/proc/14734/stat : 14734 (LySATc) R 14731 14731 14257 0 -1 4194304 8271 0 0 0 118112 7 0 0 25 0 1 0 95642711 36003840 8248 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/14734/statm: 8790 8248 78 171 0 8617 0
Current children cumulated CPU time (s) 1181.63
Current children cumulated vsize (KiB) 40516



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.7 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 14734
/proc/meminfo: memFree=1570608/2055920 swapFree=4180432/4192956
[pid=14731] ppid=14729 vsize=5356 CPUtime=0.44
/proc/14731/stat : 14731 (lysat.sh) S 14729 14731 14257 0 -1 4194304 310 1584 0 0 0 0 43 1 16 0 1 0 95642665 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14731/statm: 1339 237 195 169 0 50 0
[pid=14734] ppid=14731 vsize=35160 CPUtime=1199.59
/proc/14734/stat : 14734 (LySATc) R 14731 14731 14257 0 -1 4194304 8295 0 0 0 119952 7 0 0 25 0 1 0 95642711 36003840 8272 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/14734/statm: 8790 8272 78 171 0 8617 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 40516

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

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

[startup+1200.7 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 14734
/proc/meminfo: memFree=1570608/2055920 swapFree=4180432/4192956
[pid=14731] ppid=14729 vsize=5356 CPUtime=0.44
/proc/14731/stat : 14731 (lysat.sh) S 14729 14731 14257 0 -1 4194304 310 1584 0 0 0 0 43 1 16 0 1 0 95642665 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14731/statm: 1339 237 195 169 0 50 0
[pid=14734] ppid=14731 vsize=35160 CPUtime=1199.59
/proc/14734/stat : 14734 (LySATc) R 14731 14731 14257 0 -1 4194304 8295 0 0 0 119952 7 0 0 25 0 1 0 95642711 36003840 8272 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/14734/statm: 8790 8272 78 171 0 8617 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 40516

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.71
CPU time (s): 1200.07
CPU user time (s): 1199.96
CPU system time (s): 0.106983
CPU usage (%): 99.9466
Max. virtual memory (cumulated for all children) (KiB): 40516

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

runsolver used 0.91886 second user time and 3.46147 second system time

The end

Launcher Data

Begin job on node49 at 2009-04-25 18:16:23
IDJOB=1722503
IDBENCH=71091
IDSOLVER=512
FILE ID=node49/1722503-1240676183
PBS_JOBID= 9186586
Free space on /tmp= 66320 MiB

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

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

MD5SUM BENCH= 6419e2e5b92274df2e7e43e6c6a98566
RANDOM SEED=1514113205

node49.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.241
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.241
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:       1606168 kB
Buffers:         47528 kB
Cached:         330916 kB
SwapCached:       5620 kB
Active:         151680 kB
Inactive:       236564 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1606168 kB
SwapTotal:     4192956 kB
SwapFree:      4180432 kB
Dirty:            3032 kB
Writeback:           0 kB
Mapped:          13804 kB
Slab:            47380 kB
Committed_AS:   334676 kB
PageTables:       1384 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= 66316 MiB
End job on node49 at 2009-04-25 18:36:26