Trace number 1577518

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 463.748 465.582

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_L150_coli.sat.cnf
MD5SUMba6884aaa746378e56c38fd8b3d0255e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark200.567
Satisfiable
(Un)Satisfiability was proved
Number of variables486992
Number of clauses2456708
Sum of the clauses size7147094
Maximum clause length11
Minimum clause length1
Number of clauses of size 145577
Number of clauses of size 2599727
Number of clauses of size 31431108
Number of clauses of size 4295435
Number of clauses of size 584412
Number of clauses of size over 5449

Solver Data

0.00/0.05	c Parsing...
2.34/2.56	c ==============================================================================
2.34/2.56	c |           |     ORIGINAL     |              LEARNT              |          |
2.34/2.56	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
2.34/2.56	c ==============================================================================
2.34/2.56	c |         0 | 2333194  6866110 |  699958       0        0     nan |  0.000 % |
58.75/59.31	c |         0 |  944203  3351555 |      --       0       --      -- |     --   | -1124318/-2793809
58.75/59.32	c ==============================================================================
58.75/59.32	c Result  :   #vars: 91522   #clauses: 944203   #literals: 3351555
58.75/59.32	c CPU time:   58.0922 s
58.75/59.32	c ==============================================================================
60.47/62.10	c lySAT 0.1
60.47/62.10	c minisat core +  additionnal features
60.47/62.10	c ============================[ Problem Statistics ]=============================
60.47/62.10	c |                                                                             |
60.47/62.11	c |  Number of variables:  91522                                                |
60.47/62.11	c |  Number of clauses:    944203                                               |
60.47/62.83	c |  Parsing time:         0.58         s                                       |
463.64/465.53	c restarts              : 1015
463.64/465.53	c conflicts             : 677231         (1681 /sec)
463.64/465.53	c decisions             : 1321271        (14.81 % random) (3279 /sec)
463.64/465.53	c euip                  : 31761       
463.64/465.53	c propagations          : 420443282      (1043403 /sec)
463.64/465.53	c conflict literals     : 18279551       (41.45 % deleted)
463.64/465.53	c Memory used           : 93.38 MB
463.64/465.53	c CPU time              : 402.954 s
463.64/465.53	c 
463.64/465.55	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-1577518-1241002015/watcher-1577518-1241002015 -o /tmp/evaluation-result-1577518-1241002015/solver-1577518-1241002015 -C 1200 -W 1800 -M 1800 lysat.sh HOME/instance-1577518-1241002015.cnf i 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.01 1.00 1.00 4/64 11243
/proc/meminfo: memFree=834296/2055920 swapFree=4180704/4192956
[pid=11243] ppid=11241 vsize=18576 CPUtime=0
/proc/11243/stat : 11243 (runsolver) R 11241 11243 10942 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 128235243 19021824 284 1992294400 4194304 4302564 548682068528 18446744073709551615 217871609127 0 0 4096 24578 0 0 0 17 1 0 0
/proc/11243/statm: 4644 284 249 26 0 2626 0

[startup+0.103318 s]
/proc/loadavg: 1.01 1.00 1.00 4/64 11243
/proc/meminfo: memFree=834296/2055920 swapFree=4180704/4192956
[pid=11243] ppid=11241 vsize=5356 CPUtime=0
/proc/11243/stat : 11243 (lysat.sh) S 11241 11243 10942 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 128235243 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11243/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.205337 s]
/proc/loadavg: 1.01 1.00 1.00 4/64 11243
/proc/meminfo: memFree=834296/2055920 swapFree=4180704/4192956
[pid=11243] ppid=11241 vsize=5356 CPUtime=0
/proc/11243/stat : 11243 (lysat.sh) S 11241 11243 10942 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 128235243 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11243/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.303357 s]
/proc/loadavg: 1.01 1.00 1.00 4/64 11243
/proc/meminfo: memFree=834296/2055920 swapFree=4180704/4192956
[pid=11243] ppid=11241 vsize=5356 CPUtime=0
/proc/11243/stat : 11243 (lysat.sh) S 11241 11243 10942 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 128235243 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11243/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701434 s]
/proc/loadavg: 1.01 1.00 1.00 4/64 11243
/proc/meminfo: memFree=834296/2055920 swapFree=4180704/4192956
[pid=11243] ppid=11241 vsize=5356 CPUtime=0
/proc/11243/stat : 11243 (lysat.sh) S 11241 11243 10942 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 128235243 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11243/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50159 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 11245
/proc/meminfo: memFree=714152/2055920 swapFree=4180704/4192956
[pid=11243] ppid=11241 vsize=5356 CPUtime=0
/proc/11243/stat : 11243 (lysat.sh) S 11241 11243 10942 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 128235243 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11243/statm: 1339 235 195 169 0 50 0
[pid=11245] ppid=11243 vsize=143328 CPUtime=1.35
/proc/11245/stat : 11245 (SatElite) R 11243 11243 10942 0 -1 4194304 33924 0 0 0 112 23 0 0 25 0 1 0 128235244 146767872 33812 1992294400 134512640 135034092 4294956096 18446744073709551615 134670019 0 0 4096 3 0 0 0 17 0 0 0
/proc/11245/statm: 35832 33812 51 127 0 35702 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 148684

[startup+3.1029 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 11245
/proc/meminfo: memFree=643368/2055920 swapFree=4180704/4192956
[pid=11243] ppid=11241 vsize=5356 CPUtime=0
/proc/11243/stat : 11243 (lysat.sh) S 11241 11243 10942 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 128235243 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11243/statm: 1339 235 195 169 0 50 0
[pid=11245] ppid=11243 vsize=250484 CPUtime=2.93
/proc/11245/stat : 11245 (SatElite) R 11243 11243 10942 0 -1 4194304 59402 0 0 0 257 36 0 0 25 0 1 0 128235244 256495616 59277 1992294400 134512640 135034092 4294956096 18446744073709551615 134540973 0 0 4096 3 0 0 0 17 0 0 0
/proc/11245/statm: 62621 59277 64 127 0 62491 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 255840

[startup+6.30042 s]
/proc/loadavg: 1.09 1.02 1.01 4/66 11245
/proc/meminfo: memFree=576360/2055920 swapFree=4180704/4192956
[pid=11243] ppid=11241 vsize=5356 CPUtime=0
/proc/11243/stat : 11243 (lysat.sh) S 11241 11243 10942 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 128235243 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11243/statm: 1339 235 195 169 0 50 0
[pid=11245] ppid=11243 vsize=274364 CPUtime=5.95
/proc/11245/stat : 11245 (SatElite) R 11243 11243 10942 0 -1 4194304 64613 0 0 0 555 40 0 0 25 0 1 0 128235244 280948736 64488 1992294400 134512640 135034092 4294956096 18446744073709551615 134541271 0 0 4096 3 0 0 0 17 0 0 0
/proc/11245/statm: 68591 64488 67 127 0 68461 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 279720

[startup+13.103 s]
/proc/loadavg: 1.32 1.07 1.02 4/66 11245
/proc/meminfo: memFree=576936/2055920 swapFree=4180704/4192956
[pid=11243] ppid=11241 vsize=5356 CPUtime=0
/proc/11243/stat : 11243 (lysat.sh) S 11241 11243 10942 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 128235243 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11243/statm: 1339 235 195 169 0 50 0
[pid=11245] ppid=11243 vsize=274364 CPUtime=12.72
/proc/11245/stat : 11245 (SatElite) R 11243 11243 10942 0 -1 4194304 64631 0 0 0 1232 40 0 0 25 0 1 0 128235244 280948736 64506 1992294400 134512640 135034092 4294956096 18446744073709551615 134541271 0 0 4096 3 0 0 0 17 1 0 0
/proc/11245/statm: 68591 64506 67 127 0 68461 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 279720

[startup+25.5013 s]
/proc/loadavg: 1.25 1.06 1.02 2/66 11245
/proc/meminfo: memFree=578216/2055920 swapFree=4180704/4192956
[pid=11243] ppid=11241 vsize=5356 CPUtime=0
/proc/11243/stat : 11243 (lysat.sh) S 11241 11243 10942 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 128235243 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11243/statm: 1339 235 195 169 0 50 0
[pid=11245] ppid=11243 vsize=274136 CPUtime=24.98
/proc/11245/stat : 11245 (SatElite) R 11243 11243 10942 0 -1 4194304 64694 0 0 0 2458 40 0 0 25 0 1 0 128235244 280715264 64512 1992294400 134512640 135034092 4294956096 18446744073709551615 134540973 0 0 4096 3 0 0 0 17 1 0 0
/proc/11245/statm: 68534 64512 67 127 0 68404 0
Current children cumulated CPU time (s) 24.98
Current children cumulated vsize (KiB) 279492

[startup+51.1012 s]
/proc/loadavg: 1.16 1.06 1.02 2/66 11245
/proc/meminfo: memFree=577512/2055920 swapFree=4180704/4192956
[pid=11243] ppid=11241 vsize=5356 CPUtime=0
/proc/11243/stat : 11243 (lysat.sh) S 11241 11243 10942 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 128235243 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11243/statm: 1339 235 195 169 0 50 0
[pid=11245] ppid=11243 vsize=276280 CPUtime=50.56
/proc/11245/stat : 11245 (SatElite) R 11243 11243 10942 0 -1 4194304 65162 0 0 0 5016 40 0 0 25 0 1 0 128235244 282910720 64748 1992294400 134512640 135034092 4294956096 18446744073709551615 134540970 0 0 4096 3 0 0 0 17 1 0 0
/proc/11245/statm: 69070 64748 67 127 0 68940 0
Current children cumulated CPU time (s) 50.56
Current children cumulated vsize (KiB) 281636

[startup+102.301 s]
/proc/loadavg: 1.38 1.15 1.05 2/66 11246
/proc/meminfo: memFree=722344/2055920 swapFree=4180704/4192956
[pid=11243] ppid=11241 vsize=5356 CPUtime=60.47
/proc/11243/stat : 11243 (lysat.sh) S 11241 11243 10942 0 -1 4194304 310 80902 0 0 0 0 5965 82 19 0 1 0 128235243 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11243/statm: 1339 237 195 169 0 50 0
[pid=11246] ppid=11243 vsize=72536 CPUtime=40.2
/proc/11246/stat : 11246 (LySATi) R 11243 11243 10942 0 -1 4194304 17885 0 0 0 3999 21 0 0 25 0 1 0 128241429 74276864 17814 1992294400 134512640 135226915 4294956208 18446744073709551615 134527844 0 0 4096 3 0 0 0 17 0 0 0
/proc/11246/statm: 18134 17814 81 174 0 17957 0
Current children cumulated CPU time (s) 100.67
Current children cumulated vsize (KiB) 77892

[startup+162.305 s]
/proc/loadavg: 1.14 1.12 1.04 2/66 11246
/proc/meminfo: memFree=715624/2055920 swapFree=4180704/4192956
[pid=11243] ppid=11241 vsize=5356 CPUtime=60.47
/proc/11243/stat : 11243 (lysat.sh) S 11241 11243 10942 0 -1 4194304 310 80902 0 0 0 0 5965 82 19 0 1 0 128235243 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11243/statm: 1339 237 195 169 0 50 0
[pid=11246] ppid=11243 vsize=79348 CPUtime=100.13
/proc/11246/stat : 11246 (LySATi) R 11243 11243 10942 0 -1 4194304 19564 0 0 0 9991 22 0 0 25 0 1 0 128241429 81252352 19493 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/11246/statm: 19837 19493 81 174 0 19660 0
Current children cumulated CPU time (s) 160.6
Current children cumulated vsize (KiB) 84704

[startup+222.302 s]
/proc/loadavg: 1.05 1.09 1.04 2/66 11246
/proc/meminfo: memFree=709416/2055920 swapFree=4180704/4192956
[pid=11243] ppid=11241 vsize=5356 CPUtime=60.47
/proc/11243/stat : 11243 (lysat.sh) S 11241 11243 10942 0 -1 4194304 310 80902 0 0 0 0 5965 82 19 0 1 0 128235243 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11243/statm: 1339 237 195 169 0 50 0
[pid=11246] ppid=11243 vsize=85768 CPUtime=160.09
/proc/11246/stat : 11246 (LySATi) R 11243 11243 10942 0 -1 4194304 21127 0 0 0 15986 23 0 0 25 0 1 0 128241429 87826432 21056 1992294400 134512640 135226915 4294956208 18446744073709551615 134536926 0 0 4096 3 0 0 0 17 0 0 0
/proc/11246/statm: 21442 21056 81 174 0 21265 0
Current children cumulated CPU time (s) 220.56
Current children cumulated vsize (KiB) 91124

[startup+282.301 s]
/proc/loadavg: 1.02 1.08 1.03 2/66 11246
/proc/meminfo: memFree=704040/2055920 swapFree=4180704/4192956
[pid=11243] ppid=11241 vsize=5356 CPUtime=60.47
/proc/11243/stat : 11243 (lysat.sh) S 11241 11243 10942 0 -1 4194304 310 80902 0 0 0 0 5965 82 19 0 1 0 128235243 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11243/statm: 1339 237 195 169 0 50 0
[pid=11246] ppid=11243 vsize=91084 CPUtime=220.07
/proc/11246/stat : 11246 (LySATi) R 11243 11243 10942 0 -1 4194304 22457 0 0 0 21982 25 0 0 25 0 1 0 128241429 93270016 22386 1992294400 134512640 135226915 4294956208 18446744073709551615 134525815 0 0 4096 3 0 0 0 17 0 0 0
/proc/11246/statm: 22771 22386 81 174 0 22594 0
Current children cumulated CPU time (s) 280.54
Current children cumulated vsize (KiB) 96440

[startup+342.302 s]
/proc/loadavg: 1.00 1.06 1.03 2/66 11246
/proc/meminfo: memFree=703464/2055920 swapFree=4180704/4192956
[pid=11243] ppid=11241 vsize=5356 CPUtime=60.47
/proc/11243/stat : 11243 (lysat.sh) S 11241 11243 10942 0 -1 4194304 310 80902 0 0 0 0 5965 82 19 0 1 0 128235243 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11243/statm: 1339 237 195 169 0 50 0
[pid=11246] ppid=11243 vsize=91764 CPUtime=280.03
/proc/11246/stat : 11246 (LySATi) R 11243 11243 10942 0 -1 4194304 22603 0 0 0 27978 25 0 0 25 0 1 0 128241429 93966336 22532 1992294400 134512640 135226915 4294956208 18446744073709551615 134537542 0 0 4096 3 0 0 0 17 0 0 0
/proc/11246/statm: 22941 22532 81 174 0 22764 0
Current children cumulated CPU time (s) 340.5
Current children cumulated vsize (KiB) 97120

[startup+402.302 s]
/proc/loadavg: 1.00 1.05 1.02 2/66 11246
/proc/meminfo: memFree=700136/2055920 swapFree=4180704/4192956
[pid=11243] ppid=11241 vsize=5356 CPUtime=60.47
/proc/11243/stat : 11243 (lysat.sh) S 11241 11243 10942 0 -1 4194304 310 80902 0 0 0 0 5965 82 19 0 1 0 128235243 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11243/statm: 1339 237 195 169 0 50 0
[pid=11246] ppid=11243 vsize=95316 CPUtime=340
/proc/11246/stat : 11246 (LySATi) R 11243 11243 10942 0 -1 4194304 23435 0 0 0 33974 26 0 0 25 0 1 0 128241429 97603584 23364 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/11246/statm: 23829 23364 81 174 0 23652 0
Current children cumulated CPU time (s) 400.47
Current children cumulated vsize (KiB) 100672

[startup+462.301 s]
/proc/loadavg: 1.00 1.03 1.01 2/66 11246
/proc/meminfo: memFree=699688/2055920 swapFree=4180704/4192956
[pid=11243] ppid=11241 vsize=5356 CPUtime=60.47
/proc/11243/stat : 11243 (lysat.sh) S 11241 11243 10942 0 -1 4194304 310 80902 0 0 0 0 5965 82 19 0 1 0 128235243 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11243/statm: 1339 237 195 169 0 50 0
[pid=11246] ppid=11243 vsize=95612 CPUtime=399.97
/proc/11246/stat : 11246 (LySATi) R 11243 11243 10942 0 -1 4194304 23538 0 0 0 39971 26 0 0 25 0 1 0 128241429 97906688 23467 1992294400 134512640 135226915 4294956208 18446744073709551615 134536852 0 0 4096 3 0 0 0 17 0 0 0
/proc/11246/statm: 23903 23467 81 174 0 23726 0
Current children cumulated CPU time (s) 460.44
Current children cumulated vsize (KiB) 100968

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

[startup+462.605 s]
/proc/loadavg: 1.00 1.03 1.01 2/66 11246
/proc/meminfo: memFree=699688/2055920 swapFree=4180704/4192956
[pid=11243] ppid=11241 vsize=5356 CPUtime=60.47
/proc/11243/stat : 11243 (lysat.sh) S 11241 11243 10942 0 -1 4194304 310 80902 0 0 0 0 5965 82 19 0 1 0 128235243 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11243/statm: 1339 237 195 169 0 50 0
[pid=11246] ppid=11243 vsize=95612 CPUtime=400.28
/proc/11246/stat : 11246 (LySATi) R 11243 11243 10942 0 -1 4194304 23538 0 0 0 40002 26 0 0 25 0 1 0 128241429 97906688 23467 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/11246/statm: 23903 23467 81 174 0 23726 0
Current children cumulated CPU time (s) 460.75
Current children cumulated vsize (KiB) 100968

[startup+464.203 s]
/proc/loadavg: 1.00 1.03 1.01 2/66 11246
/proc/meminfo: memFree=699688/2055920 swapFree=4180704/4192956
[pid=11243] ppid=11241 vsize=5356 CPUtime=60.47
/proc/11243/stat : 11243 (lysat.sh) S 11241 11243 10942 0 -1 4194304 310 80902 0 0 0 0 5965 82 19 0 1 0 128235243 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11243/statm: 1339 237 195 169 0 50 0
[pid=11246] ppid=11243 vsize=95612 CPUtime=401.87
/proc/11246/stat : 11246 (LySATi) R 11243 11243 10942 0 -1 4194304 23538 0 0 0 40161 26 0 0 25 0 1 0 128241429 97906688 23467 1992294400 134512640 135226915 4294956208 18446744073709551615 134537345 0 0 4096 3 0 0 0 17 0 0 0
/proc/11246/statm: 23903 23467 81 174 0 23726 0
Current children cumulated CPU time (s) 462.34
Current children cumulated vsize (KiB) 100968

[startup+465.002 s]
/proc/loadavg: 1.00 1.03 1.01 2/66 11246
/proc/meminfo: memFree=699688/2055920 swapFree=4180704/4192956
[pid=11243] ppid=11241 vsize=5356 CPUtime=60.47
/proc/11243/stat : 11243 (lysat.sh) S 11241 11243 10942 0 -1 4194304 310 80902 0 0 0 0 5965 82 19 0 1 0 128235243 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11243/statm: 1339 237 195 169 0 50 0
[pid=11246] ppid=11243 vsize=95612 CPUtime=402.67
/proc/11246/stat : 11246 (LySATi) R 11243 11243 10942 0 -1 4194304 23538 0 0 0 40241 26 0 0 25 0 1 0 128241429 97906688 23467 1992294400 134512640 135226915 4294956208 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/11246/statm: 23903 23467 81 174 0 23726 0
Current children cumulated CPU time (s) 463.14
Current children cumulated vsize (KiB) 100968

[startup+465.401 s]
/proc/loadavg: 1.00 1.03 1.01 2/66 11246
/proc/meminfo: memFree=699688/2055920 swapFree=4180704/4192956
[pid=11243] ppid=11241 vsize=5356 CPUtime=60.47
/proc/11243/stat : 11243 (lysat.sh) S 11241 11243 10942 0 -1 4194304 310 80902 0 0 0 0 5965 82 19 0 1 0 128235243 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11243/statm: 1339 237 195 169 0 50 0
[pid=11246] ppid=11243 vsize=95612 CPUtime=403.07
/proc/11246/stat : 11246 (LySATi) R 11243 11243 10942 0 -1 4194304 23538 0 0 0 40281 26 0 0 25 0 1 0 128241429 97906688 23467 1992294400 134512640 135226915 4294956208 18446744073709551615 134526908 0 0 4096 3 0 0 0 17 0 0 0
/proc/11246/statm: 23903 23467 81 174 0 23726 0
Current children cumulated CPU time (s) 463.54
Current children cumulated vsize (KiB) 100968

[startup+465.501 s]
/proc/loadavg: 1.00 1.03 1.01 2/66 11246
/proc/meminfo: memFree=699688/2055920 swapFree=4180704/4192956
[pid=11243] ppid=11241 vsize=5356 CPUtime=60.47
/proc/11243/stat : 11243 (lysat.sh) S 11241 11243 10942 0 -1 4194304 310 80902 0 0 0 0 5965 82 19 0 1 0 128235243 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11243/statm: 1339 237 195 169 0 50 0
[pid=11246] ppid=11243 vsize=95612 CPUtime=403.17
/proc/11246/stat : 11246 (LySATi) R 11243 11243 10942 0 -1 4194304 23538 0 0 0 40291 26 0 0 25 0 1 0 128241429 97906688 23467 1992294400 134512640 135226915 4294956208 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/11246/statm: 23903 23467 81 174 0 23726 0
Current children cumulated CPU time (s) 463.64
Current children cumulated vsize (KiB) 100968

Child status: 20
Real time (s): 465.582
CPU time (s): 463.748
CPU user time (s): 462.612
CPU system time (s): 1.13583
CPU usage (%): 99.6061
Max. virtual memory (cumulated for all children) (KiB): 304132

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

runsolver used 1.21081 second user time and 3.2775 second system time

The end

Launcher Data

Begin job on node28 at 2009-04-29 12:46:58
IDJOB=1577518
IDBENCH=70961
IDSOLVER=511
FILE ID=node28/1577518-1241002015
PBS_JOBID= 9204839
Free space on /tmp= 66300 MiB

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

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

MD5SUM BENCH= ba6884aaa746378e56c38fd8b3d0255e
RANDOM SEED=1737615995

node28.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.261
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.261
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:        834776 kB
Buffers:         78356 kB
Cached:        1044764 kB
SwapCached:       5476 kB
Active:         486660 kB
Inactive:       645100 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        834776 kB
SwapTotal:     4192956 kB
SwapFree:      4180704 kB
Dirty:           51500 kB
Writeback:           0 kB
Mapped:          14336 kB
Slab:            75148 kB
Committed_AS:   583008 kB
PageTables:       1420 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= 66296 MiB
End job on node28 at 2009-04-29 12:54:45