Trace number 1774563

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-20UNSAT 513.304 513.551

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_L80_coli.sat.cnf
MD5SUMeb71c8cb3482ee70f1c98af8944179ca
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark112.165
Satisfiable
(Un)Satisfiability was proved
Number of variables250567
Number of clauses1183233
Sum of the clauses size3415429
Maximum clause length11
Minimum clause length1
Number of clauses of size 126677
Number of clauses of size 2325257
Number of clauses of size 3631008
Number of clauses of size 4157675
Number of clauses of size 542377
Number of clauses of size over 5239

Solver Data

0.00/0.00	c Parsing...
1.09/1.10	c ==============================================================================
1.09/1.10	c |           |     ORIGINAL     |              LEARNT              |          |
1.09/1.10	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.09/1.10	c ==============================================================================
1.09/1.10	c |         0 | 1108439  3246165 |  332531       0        0     nan |  0.000 % |
17.49/17.56	c |         0 |  365178  1362642 |      --       0       --      -- |     --   | -599968/-1491637
17.49/17.56	c ==============================================================================
17.49/17.56	c Result  :   #vars: 34857   #clauses: 365178   #literals: 1362642
17.49/17.56	c CPU time:   17.2514 s
17.49/17.56	c ==============================================================================
18.09/18.16	c lySAT 0.1
18.09/18.16	c minisat core +  additionnal features
18.09/18.16	c ============================[ Problem Statistics ]=============================
18.09/18.16	c |                                                                             |
18.09/18.16	c |  Number of variables:  34857                                                |
18.09/18.16	c |  Number of clauses:    365178                                               |
18.15/18.42	c |  Parsing time:         0.22         s                                       |
513.24/513.52	c restarts              : 1117
513.24/513.52	c conflicts             : 877214         (1772 /sec)
513.24/513.52	c decisions             : 1547024        (8.77 % random) (3125 /sec)
513.24/513.52	c euip                  : 40457       
513.24/513.52	c propagations          : 508837912      (1028004 /sec)
513.24/513.52	c conflict literals     : 24165963       (41.61 % deleted)
513.24/513.52	c Memory used           : 64.03 MB
513.24/513.52	c CPU time              : 494.977 s
513.24/513.52	c 
513.24/513.53	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1774563-1241243213/watcher-1774563-1241243213 -o /tmp/evaluation-result-1774563-1241243213/solver-1774563-1241243213 -C 10000 -W 12000 -M 1800 lysat.sh HOME/instance-1774563-1241243213.cnf i 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 0.99 0.99 3/64 23004
/proc/meminfo: memFree=669480/2055920 swapFree=4191900/4192956
[pid=23004] ppid=23002 vsize=5356 CPUtime=0
/proc/23004/stat : 23004 (lysat.sh) R 23002 23004 22937 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 152349491 5484544 234 1992294400 4194304 4889804 548682068816 18446744073709551615 221954763423 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/23004/statm: 1339 234 194 169 0 50 0
[pid=23005] ppid=23004 vsize=988 CPUtime=0
/proc/23005/stat : 23005 (SatElite) R 23004 23004 22937 0 -1 4194304 156 0 0 0 0 0 0 0 18 0 1 0 152349491 1011712 140 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/23005/statm: 247 141 51 127 0 117 0

[startup+0.0580361 s]
/proc/loadavg: 0.99 0.99 0.99 3/64 23004
/proc/meminfo: memFree=669480/2055920 swapFree=4191900/4192956
[pid=23004] ppid=23002 vsize=5356 CPUtime=0
/proc/23004/stat : 23004 (lysat.sh) S 23002 23004 22937 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152349491 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23004/statm: 1339 235 195 169 0 50 0
[pid=23005] ppid=23004 vsize=14368 CPUtime=0.05
/proc/23005/stat : 23005 (SatElite) R 23004 23004 22937 0 -1 4194304 3015 0 0 0 4 1 0 0 19 0 1 0 152349491 14712832 2935 1992294400 134512640 135034092 4294956112 18446744073709551615 134545186 0 0 4096 3 0 0 0 17 0 0 0
/proc/23005/statm: 3592 2937 51 127 0 3462 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 19724

[startup+0.10104 s]
/proc/loadavg: 0.99 0.99 0.99 3/64 23004
/proc/meminfo: memFree=669480/2055920 swapFree=4191900/4192956
[pid=23004] ppid=23002 vsize=5356 CPUtime=0
/proc/23004/stat : 23004 (lysat.sh) S 23002 23004 22937 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152349491 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23004/statm: 1339 235 195 169 0 50 0
[pid=23005] ppid=23004 vsize=17916 CPUtime=0.09
/proc/23005/stat : 23005 (SatElite) R 23004 23004 22937 0 -1 4194304 4123 0 0 0 7 2 0 0 19 0 1 0 152349491 18345984 4043 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/23005/statm: 4479 4044 51 127 0 4349 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23272

[startup+0.301056 s]
/proc/loadavg: 0.99 0.99 0.99 3/64 23004
/proc/meminfo: memFree=669480/2055920 swapFree=4191900/4192956
[pid=23004] ppid=23002 vsize=5356 CPUtime=0
/proc/23004/stat : 23004 (lysat.sh) S 23002 23004 22937 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152349491 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23004/statm: 1339 235 195 169 0 50 0
[pid=23005] ppid=23004 vsize=46600 CPUtime=0.29
/proc/23005/stat : 23005 (SatElite) R 23004 23004 22937 0 -1 4194304 9260 0 0 0 23 6 0 0 21 0 1 0 152349491 47718400 9180 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/23005/statm: 11650 9181 51 127 0 11520 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 51956

[startup+0.701092 s]
/proc/loadavg: 0.99 0.99 0.99 3/64 23004
/proc/meminfo: memFree=669480/2055920 swapFree=4191900/4192956
[pid=23004] ppid=23002 vsize=5356 CPUtime=0
/proc/23004/stat : 23004 (lysat.sh) S 23002 23004 22937 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152349491 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23004/statm: 1339 235 195 169 0 50 0
[pid=23005] ppid=23004 vsize=77792 CPUtime=0.69
/proc/23005/stat : 23005 (SatElite) R 23004 23004 22937 0 -1 4194304 18807 0 0 0 56 13 0 0 25 0 1 0 152349491 79659008 18727 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/23005/statm: 19448 18728 51 127 0 19318 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 83148

[startup+1.50116 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 23006
/proc/meminfo: memFree=561240/2055920 swapFree=4191900/4192956
[pid=23004] ppid=23002 vsize=5356 CPUtime=0
/proc/23004/stat : 23004 (lysat.sh) S 23002 23004 22937 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152349491 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23004/statm: 1339 235 195 169 0 50 0
[pid=23005] ppid=23004 vsize=125112 CPUtime=1.49
/proc/23005/stat : 23005 (SatElite) R 23004 23004 22937 0 -1 4194304 29752 0 0 0 129 20 0 0 25 0 1 0 152349491 128114688 29659 1992294400 134512640 135034092 4294956112 18446744073709551615 134541265 0 0 4096 3 0 0 0 17 0 0 0
/proc/23005/statm: 31278 29659 64 127 0 31148 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 130468

[startup+3.10131 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 23006
/proc/meminfo: memFree=540568/2055920 swapFree=4191900/4192956
[pid=23004] ppid=23002 vsize=5356 CPUtime=0
/proc/23004/stat : 23004 (lysat.sh) S 23002 23004 22937 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152349491 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23004/statm: 1339 235 195 169 0 50 0
[pid=23005] ppid=23004 vsize=136812 CPUtime=3.09
/proc/23005/stat : 23005 (SatElite) R 23004 23004 22937 0 -1 4194304 32221 0 0 0 288 21 0 0 25 0 1 0 152349491 140095488 32128 1992294400 134512640 135034092 4294956112 18446744073709551615 134541071 0 0 4096 3 0 0 0 17 0 0 0
/proc/23005/statm: 34203 32128 67 127 0 34073 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 142168

[startup+6.3026 s]
/proc/loadavg: 1.07 1.01 1.00 2/66 23006
/proc/meminfo: memFree=540440/2055920 swapFree=4191900/4192956
[pid=23004] ppid=23002 vsize=5356 CPUtime=0
/proc/23004/stat : 23004 (lysat.sh) S 23002 23004 22937 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152349491 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23004/statm: 1339 235 195 169 0 50 0
[pid=23005] ppid=23004 vsize=136812 CPUtime=6.29
/proc/23005/stat : 23005 (SatElite) R 23004 23004 22937 0 -1 4194304 32253 0 0 0 607 22 0 0 25 0 1 0 152349491 140095488 32160 1992294400 134512640 135034092 4294956112 18446744073709551615 134540724 0 0 4096 3 0 0 0 17 0 0 0
/proc/23005/statm: 34203 32160 67 127 0 34073 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 142168

[startup+12.7012 s]
/proc/loadavg: 1.07 1.01 1.00 2/66 23006
/proc/meminfo: memFree=540184/2055920 swapFree=4191900/4192956
[pid=23004] ppid=23002 vsize=5356 CPUtime=0
/proc/23004/stat : 23004 (lysat.sh) S 23002 23004 22937 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152349491 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23004/statm: 1339 235 195 169 0 50 0
[pid=23005] ppid=23004 vsize=137324 CPUtime=12.68
/proc/23005/stat : 23005 (SatElite) R 23004 23004 22937 0 -1 4194304 32411 0 0 0 1246 22 0 0 25 0 1 0 152349491 140619776 32318 1992294400 134512640 135034092 4294956112 18446744073709551615 134541269 0 0 4096 3 0 0 0 17 0 0 0
/proc/23005/statm: 34331 32318 67 127 0 34201 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 142680

[startup+25.5013 s]
/proc/loadavg: 1.05 1.01 1.00 2/66 23007
/proc/meminfo: memFree=622424/2055920 swapFree=4191900/4192956
[pid=23004] ppid=23002 vsize=5356 CPUtime=18.15
/proc/23004/stat : 23004 (lysat.sh) S 23002 23004 22937 0 -1 4194304 310 39117 0 0 0 0 1778 37 16 0 1 0 152349491 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23004/statm: 1339 237 195 169 0 50 0
[pid=23007] ppid=23004 vsize=28884 CPUtime=7.31
/proc/23007/stat : 23007 (LySATi) R 23004 23004 22937 0 -1 4194304 6919 0 0 0 727 4 0 0 25 0 1 0 152351308 29577216 6904 1992294400 134512640 135226915 4294956224 18446744073709551615 134536890 0 0 4096 3 0 0 0 17 0 0 0
/proc/23007/statm: 7221 6904 81 174 0 7044 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 34240

[startup+51.1016 s]
/proc/loadavg: 1.03 1.01 1.00 2/66 23007
/proc/meminfo: memFree=616984/2055920 swapFree=4191900/4192956
[pid=23004] ppid=23002 vsize=5356 CPUtime=18.15
/proc/23004/stat : 23004 (lysat.sh) S 23002 23004 22937 0 -1 4194304 310 39117 0 0 0 0 1778 37 16 0 1 0 152349491 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23004/statm: 1339 237 195 169 0 50 0
[pid=23007] ppid=23004 vsize=34860 CPUtime=32.9
/proc/23007/stat : 23007 (LySATi) R 23004 23004 22937 0 -1 4194304 8388 0 0 0 3284 6 0 0 25 0 1 0 152351308 35696640 8373 1992294400 134512640 135226915 4294956224 18446744073709551615 134537299 0 0 4096 3 0 0 0 17 0 0 0
/proc/23007/statm: 8715 8373 81 174 0 8538 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 40216

[startup+102.305 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 23007
/proc/meminfo: memFree=609432/2055920 swapFree=4191900/4192956
[pid=23004] ppid=23002 vsize=5356 CPUtime=18.15
/proc/23004/stat : 23004 (lysat.sh) S 23002 23004 22937 0 -1 4194304 310 39117 0 0 0 0 1778 37 16 0 1 0 152349491 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23004/statm: 1339 237 195 169 0 50 0
[pid=23007] ppid=23004 vsize=41996 CPUtime=84.07
/proc/23007/stat : 23007 (LySATi) R 23004 23004 22937 0 -1 4194304 10165 0 0 0 8399 8 0 0 25 0 1 0 152351308 43003904 10150 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/23007/statm: 10499 10150 81 174 0 10322 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 47352

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23007
/proc/meminfo: memFree=605528/2055920 swapFree=4191900/4192956
[pid=23004] ppid=23002 vsize=5356 CPUtime=18.15
/proc/23004/stat : 23004 (lysat.sh) S 23002 23004 22937 0 -1 4194304 310 39117 0 0 0 0 1778 37 16 0 1 0 152349491 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23004/statm: 1339 237 195 169 0 50 0
[pid=23007] ppid=23004 vsize=46116 CPUtime=144.04
/proc/23007/stat : 23007 (LySATi) R 23004 23004 22937 0 -1 4194304 11178 0 0 0 14395 9 0 0 25 0 1 0 152351308 47222784 11163 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/23007/statm: 11529 11163 81 174 0 11352 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 51472

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23007
/proc/meminfo: memFree=600152/2055920 swapFree=4191900/4192956
[pid=23004] ppid=23002 vsize=5356 CPUtime=18.15
/proc/23004/stat : 23004 (lysat.sh) S 23002 23004 22937 0 -1 4194304 310 39117 0 0 0 0 1778 37 16 0 1 0 152349491 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23004/statm: 1339 237 195 169 0 50 0
[pid=23007] ppid=23004 vsize=51604 CPUtime=204.01
/proc/23007/stat : 23007 (LySATi) R 23004 23004 22937 0 -1 4194304 12517 0 0 0 20390 11 0 0 25 0 1 0 152351308 52842496 12502 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/23007/statm: 12901 12502 81 174 0 12724 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 56960

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23007
/proc/meminfo: memFree=598872/2055920 swapFree=4191900/4192956
[pid=23004] ppid=23002 vsize=5356 CPUtime=18.15
/proc/23004/stat : 23004 (lysat.sh) S 23002 23004 22937 0 -1 4194304 310 39117 0 0 0 0 1778 37 16 0 1 0 152349491 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23004/statm: 1339 237 195 169 0 50 0
[pid=23007] ppid=23004 vsize=53068 CPUtime=263.99
/proc/23007/stat : 23007 (LySATi) R 23004 23004 22937 0 -1 4194304 12836 0 0 0 26388 11 0 0 25 0 1 0 152351308 54341632 12821 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/23007/statm: 13267 12821 81 174 0 13090 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 58424

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23007
/proc/meminfo: memFree=598168/2055920 swapFree=4191900/4192956
[pid=23004] ppid=23002 vsize=5356 CPUtime=18.15
/proc/23004/stat : 23004 (lysat.sh) S 23002 23004 22937 0 -1 4194304 310 39117 0 0 0 0 1778 37 16 0 1 0 152349491 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23004/statm: 1339 237 195 169 0 50 0
[pid=23007] ppid=23004 vsize=53916 CPUtime=323.97
/proc/23007/stat : 23007 (LySATi) R 23004 23004 22937 0 -1 4194304 13024 0 0 0 32386 11 0 0 25 0 1 0 152351308 55209984 13009 1992294400 134512640 135226915 4294956224 18446744073709551615 134536701 0 0 4096 3 0 0 0 17 0 0 0
/proc/23007/statm: 13479 13009 81 174 0 13302 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 59272

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23007
/proc/meminfo: memFree=589272/2055920 swapFree=4191900/4192956
[pid=23004] ppid=23002 vsize=5356 CPUtime=18.15
/proc/23004/stat : 23004 (lysat.sh) S 23002 23004 22937 0 -1 4194304 310 39117 0 0 0 0 1778 37 16 0 1 0 152349491 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23004/statm: 1339 237 195 169 0 50 0
[pid=23007] ppid=23004 vsize=62928 CPUtime=383.94
/proc/23007/stat : 23007 (LySATi) R 23004 23004 22937 0 -1 4194304 15255 0 0 0 38381 13 0 0 25 0 1 0 152351308 64438272 15240 1992294400 134512640 135226915 4294956224 18446744073709551615 134536797 0 0 4096 3 0 0 0 17 0 0 0
/proc/23007/statm: 15732 15240 81 174 0 15555 0
Current children cumulated CPU time (s) 402.09
Current children cumulated vsize (KiB) 68284

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23007
/proc/meminfo: memFree=586648/2055920 swapFree=4191900/4192956
[pid=23004] ppid=23002 vsize=5356 CPUtime=18.15
/proc/23004/stat : 23004 (lysat.sh) S 23002 23004 22937 0 -1 4194304 310 39117 0 0 0 0 1778 37 16 0 1 0 152349491 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23004/statm: 1339 237 195 169 0 50 0
[pid=23007] ppid=23004 vsize=65564 CPUtime=443.92
/proc/23007/stat : 23007 (LySATi) R 23004 23004 22937 0 -1 4194304 15887 0 0 0 44378 14 0 0 25 0 1 0 152351308 67137536 15872 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/23007/statm: 16391 15872 81 174 0 16214 0
Current children cumulated CPU time (s) 462.07
Current children cumulated vsize (KiB) 70920

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

[startup+486.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23007
/proc/meminfo: memFree=586648/2055920 swapFree=4191900/4192956
[pid=23004] ppid=23002 vsize=5356 CPUtime=18.15
/proc/23004/stat : 23004 (lysat.sh) S 23002 23004 22937 0 -1 4194304 310 39117 0 0 0 0 1778 37 16 0 1 0 152349491 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23004/statm: 1339 237 195 169 0 50 0
[pid=23007] ppid=23004 vsize=65564 CPUtime=467.92
/proc/23007/stat : 23007 (LySATi) R 23004 23004 22937 0 -1 4194304 15887 0 0 0 46778 14 0 0 25 0 1 0 152351308 67137536 15872 1992294400 134512640 135226915 4294956224 18446744073709551615 134536849 0 0 4096 3 0 0 0 17 0 0 0
/proc/23007/statm: 16391 15872 81 174 0 16214 0
Current children cumulated CPU time (s) 486.07
Current children cumulated vsize (KiB) 70920

[startup+499.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23007
/proc/meminfo: memFree=586648/2055920 swapFree=4191900/4192956
[pid=23004] ppid=23002 vsize=5356 CPUtime=18.15
/proc/23004/stat : 23004 (lysat.sh) S 23002 23004 22937 0 -1 4194304 310 39117 0 0 0 0 1778 37 16 0 1 0 152349491 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23004/statm: 1339 237 195 169 0 50 0
[pid=23007] ppid=23004 vsize=65564 CPUtime=480.69
/proc/23007/stat : 23007 (LySATi) R 23004 23004 22937 0 -1 4194304 15887 0 0 0 48055 14 0 0 25 0 1 0 152351308 67137536 15872 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/23007/statm: 16391 15872 81 174 0 16214 0
Current children cumulated CPU time (s) 498.84
Current children cumulated vsize (KiB) 70920

[startup+505.501 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23007
/proc/meminfo: memFree=586648/2055920 swapFree=4191900/4192956
[pid=23004] ppid=23002 vsize=5356 CPUtime=18.15
/proc/23004/stat : 23004 (lysat.sh) S 23002 23004 22937 0 -1 4194304 310 39117 0 0 0 0 1778 37 16 0 1 0 152349491 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23004/statm: 1339 237 195 169 0 50 0
[pid=23007] ppid=23004 vsize=65564 CPUtime=487.09
/proc/23007/stat : 23007 (LySATi) R 23004 23004 22937 0 -1 4194304 15887 0 0 0 48695 14 0 0 25 0 1 0 152351308 67137536 15872 1992294400 134512640 135226915 4294956224 18446744073709551615 134537019 0 0 4096 3 0 0 0 17 0 0 0
/proc/23007/statm: 16391 15872 81 174 0 16214 0
Current children cumulated CPU time (s) 505.24
Current children cumulated vsize (KiB) 70920

[startup+508.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23007
/proc/meminfo: memFree=586648/2055920 swapFree=4191900/4192956
[pid=23004] ppid=23002 vsize=5356 CPUtime=18.15
/proc/23004/stat : 23004 (lysat.sh) S 23002 23004 22937 0 -1 4194304 310 39117 0 0 0 0 1778 37 16 0 1 0 152349491 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23004/statm: 1339 237 195 169 0 50 0
[pid=23007] ppid=23004 vsize=65564 CPUtime=490.29
/proc/23007/stat : 23007 (LySATi) R 23004 23004 22937 0 -1 4194304 15887 0 0 0 49015 14 0 0 25 0 1 0 152351308 67137536 15872 1992294400 134512640 135226915 4294956224 18446744073709551615 134537059 0 0 4096 3 0 0 0 17 0 0 0
/proc/23007/statm: 16391 15872 81 174 0 16214 0
Current children cumulated CPU time (s) 508.44
Current children cumulated vsize (KiB) 70920

[startup+511.902 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23007
/proc/meminfo: memFree=586648/2055920 swapFree=4191900/4192956
[pid=23004] ppid=23002 vsize=5356 CPUtime=18.15
/proc/23004/stat : 23004 (lysat.sh) S 23002 23004 22937 0 -1 4194304 310 39117 0 0 0 0 1778 37 16 0 1 0 152349491 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23004/statm: 1339 237 195 169 0 50 0
[pid=23007] ppid=23004 vsize=65564 CPUtime=493.49
/proc/23007/stat : 23007 (LySATi) R 23004 23004 22937 0 -1 4194304 15887 0 0 0 49335 14 0 0 25 0 1 0 152351308 67137536 15872 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/23007/statm: 16391 15872 81 174 0 16214 0
Current children cumulated CPU time (s) 511.64
Current children cumulated vsize (KiB) 70920

[startup+512.701 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23007
/proc/meminfo: memFree=586648/2055920 swapFree=4191900/4192956
[pid=23004] ppid=23002 vsize=5356 CPUtime=18.15
/proc/23004/stat : 23004 (lysat.sh) S 23002 23004 22937 0 -1 4194304 310 39117 0 0 0 0 1778 37 16 0 1 0 152349491 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23004/statm: 1339 237 195 169 0 50 0
[pid=23007] ppid=23004 vsize=65564 CPUtime=494.29
/proc/23007/stat : 23007 (LySATi) R 23004 23004 22937 0 -1 4194304 15887 0 0 0 49415 14 0 0 25 0 1 0 152351308 67137536 15872 1992294400 134512640 135226915 4294956224 18446744073709551615 134526555 0 0 4096 3 0 0 0 17 0 0 0
/proc/23007/statm: 16391 15872 81 174 0 16214 0
Current children cumulated CPU time (s) 512.44
Current children cumulated vsize (KiB) 70920

[startup+513.101 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23007
/proc/meminfo: memFree=586648/2055920 swapFree=4191900/4192956
[pid=23004] ppid=23002 vsize=5356 CPUtime=18.15
/proc/23004/stat : 23004 (lysat.sh) S 23002 23004 22937 0 -1 4194304 310 39117 0 0 0 0 1778 37 16 0 1 0 152349491 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23004/statm: 1339 237 195 169 0 50 0
[pid=23007] ppid=23004 vsize=65564 CPUtime=494.69
/proc/23007/stat : 23007 (LySATi) R 23004 23004 22937 0 -1 4194304 15887 0 0 0 49455 14 0 0 25 0 1 0 152351308 67137536 15872 1992294400 134512640 135226915 4294956224 18446744073709551615 134536701 0 0 4096 3 0 0 0 17 0 0 0
/proc/23007/statm: 16391 15872 81 174 0 16214 0
Current children cumulated CPU time (s) 512.84
Current children cumulated vsize (KiB) 70920

[startup+513.501 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23007
/proc/meminfo: memFree=586648/2055920 swapFree=4191900/4192956
[pid=23004] ppid=23002 vsize=5356 CPUtime=18.15
/proc/23004/stat : 23004 (lysat.sh) S 23002 23004 22937 0 -1 4194304 310 39117 0 0 0 0 1778 37 16 0 1 0 152349491 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23004/statm: 1339 237 195 169 0 50 0
[pid=23007] ppid=23004 vsize=65564 CPUtime=495.09
/proc/23007/stat : 23007 (LySATi) R 23004 23004 22937 0 -1 4194304 15887 0 0 0 49495 14 0 0 25 0 1 0 152351308 67137536 15872 1992294400 134512640 135226915 4294956224 18446744073709551615 134536744 0 0 4096 3 0 0 0 17 0 0 0
/proc/23007/statm: 16391 15872 81 174 0 16214 0
Current children cumulated CPU time (s) 513.24
Current children cumulated vsize (KiB) 70920

Child status: 20
Real time (s): 513.551
CPU time (s): 513.304
CPU user time (s): 512.766
CPU system time (s): 0.537918
CPU usage (%): 99.9519
Max. virtual memory (cumulated for all children) (KiB): 153060

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

runsolver used 0.487925 second user time and 1.39179 second system time

The end

Launcher Data

Begin job on node43 at 2009-05-02 07:46:54
IDJOB=1774563
IDBENCH=70960
IDSOLVER=609
FILE ID=node43/1774563-1241243213
PBS_JOBID= 9224861
Free space on /tmp= 66328 MiB

SOLVER NAME= LySAT i/2009-03-20
BENCH NAME= SAT09/APPLICATIONS/bioinfo/q_query_3_L80_coli.sat.cnf
COMMAND LINE= lysat.sh BENCHNAME i
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1774563-1241243213/watcher-1774563-1241243213 -o /tmp/evaluation-result-1774563-1241243213/solver-1774563-1241243213 -C 10000 -W 12000 -M 1800  lysat.sh HOME/instance-1774563-1241243213.cnf i

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

MD5SUM BENCH= eb71c8cb3482ee70f1c98af8944179ca
RANDOM SEED=114230617

node43.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.237
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.237
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:        669960 kB
Buffers:         85096 kB
Cached:        1182844 kB
SwapCached:        260 kB
Active:          66192 kB
Inactive:      1215008 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        669960 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:           25348 kB
Writeback:           0 kB
Mapped:          21776 kB
Slab:            90796 kB
Committed_AS:   702280 kB
PageTables:       1444 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= 66324 MiB
End job on node43 at 2009-05-02 07:55:28