Trace number 1577726

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 793.147 793.564

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_L200_coli.sat.cnf
MD5SUM853982f8646333d217e35d938b7eb00b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark542.008
Satisfiable
(Un)Satisfiability was proved
Number of variables670867
Number of clauses3513333
Sum of the clauses size10259569
Maximum clause length11
Minimum clause length1
Number of clauses of size 159077
Number of clauses of size 2795777
Number of clauses of size 32146608
Number of clauses of size 4393835
Number of clauses of size 5117437
Number of clauses of size over 5599

Solver Data

0.00/0.00	c Parsing...
3.19/3.21	c ==============================================================================
3.19/3.21	c |           |     ORIGINAL     |              LEARNT              |          |
3.19/3.21	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
3.19/3.21	c ==============================================================================
3.19/3.21	c |         0 | 3355019  9898785 | 1006505       0        0     nan |  0.000 % |
94.45/94.55	c |         0 | 1504771  5219166 |      --       0       --      -- |     --   | -1498875/-3723973
94.45/94.56	c ==============================================================================
94.45/94.56	c Result  :   #vars: 146997   #clauses: 1504771   #literals: 5219166
94.45/94.56	c CPU time:   93.7747 s
94.45/94.56	c ==============================================================================
96.75/96.81	c lySAT 0.1
96.75/96.81	c minisat core +  additionnal features
96.75/96.81	c ============================[ Problem Statistics ]=============================
96.75/96.81	c |                                                                             |
96.75/96.82	c |  Number of variables:  146997                                               |
96.75/96.82	c |  Number of clauses:    1504771                                              |
96.76/97.77	c |  Parsing time:         0.83         s                                       |
793.07/793.50	c restarts              : 1207
793.07/793.50	c conflicts             : 863217         (1240 /sec)
793.07/793.50	c decisions             : 1711918        (15.52 % random) (2459 /sec)
793.07/793.50	c euip                  : 40724       
793.07/793.50	c propagations          : 687216390      (987293 /sec)
793.07/793.50	c conflict literals     : 23105423       (40.82 % deleted)
793.07/793.50	c Memory used           : 140.72 MB
793.07/793.50	c CPU time              : 696.061 s
793.07/793.50	c 
793.07/793.52	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-1577726-1241004145/watcher-1577726-1241004145 -o /tmp/evaluation-result-1577726-1241004145/solver-1577726-1241004145 -C 1200 -W 1800 -M 1800 lysat.sh HOME/instance-1577726-1241004145.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 0.96 3/65 8143
/proc/meminfo: memFree=486520/2055920 swapFree=4192948/4192956
[pid=8143] ppid=8141 vsize=5356 CPUtime=0
/proc/8143/stat : 8143 (lysat.sh) R 8141 8143 7836 0 -1 4194304 267 0 0 0 0 0 0 0 19 0 1 0 128444591 5484544 234 1992294400 4194304 4889804 548682068800 18446744073709551615 214945032863 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/8143/statm: 1339 234 194 169 0 50 0
[pid=8144] ppid=8143 vsize=988 CPUtime=0
/proc/8144/stat : 8144 (SatElite) R 8143 8143 7836 0 -1 4194304 152 0 0 0 0 0 0 0 19 0 1 0 128444592 1011712 136 1992294400 134512640 135034092 4294956096 18446744073709551615 134675816 0 0 4096 3 0 0 0 17 0 0 0
/proc/8144/statm: 247 138 51 127 0 117 0

[startup+0.065125 s]
/proc/loadavg: 1.01 1.00 0.96 3/65 8143
/proc/meminfo: memFree=486520/2055920 swapFree=4192948/4192956
[pid=8143] ppid=8141 vsize=5356 CPUtime=0
/proc/8143/stat : 8143 (lysat.sh) S 8141 8143 7836 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 128444591 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8143/statm: 1339 235 195 169 0 50 0
[pid=8144] ppid=8143 vsize=26148 CPUtime=0.05
/proc/8144/stat : 8144 (SatElite) R 8143 8143 7836 0 -1 4194304 4188 0 0 0 4 1 0 0 20 0 1 0 128444592 26775552 4076 1992294400 134512640 135034092 4294956096 18446744073709551615 134544856 0 0 4096 3 0 0 0 17 0 0 0
/proc/8144/statm: 6537 4078 51 127 0 6407 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 31504

[startup+0.101129 s]
/proc/loadavg: 1.01 1.00 0.96 3/65 8143
/proc/meminfo: memFree=486520/2055920 swapFree=4192948/4192956
[pid=8143] ppid=8141 vsize=5356 CPUtime=0
/proc/8143/stat : 8143 (lysat.sh) S 8141 8143 7836 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 128444591 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8143/statm: 1339 235 195 169 0 50 0
[pid=8144] ppid=8143 vsize=50460 CPUtime=0.09
/proc/8144/stat : 8144 (SatElite) R 8143 8143 7836 0 -1 4194304 6893 0 0 0 7 2 0 0 20 0 1 0 128444592 51671040 6781 1992294400 134512640 135034092 4294956096 18446744073709551615 134545698 0 0 4096 3 0 0 0 17 0 0 0
/proc/8144/statm: 12615 6790 51 127 0 12485 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 55816

[startup+0.30115 s]
/proc/loadavg: 1.01 1.00 0.96 3/65 8143
/proc/meminfo: memFree=486520/2055920 swapFree=4192948/4192956
[pid=8143] ppid=8141 vsize=5356 CPUtime=0
/proc/8143/stat : 8143 (lysat.sh) S 8141 8143 7836 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 128444591 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8143/statm: 1339 235 195 169 0 50 0
[pid=8144] ppid=8143 vsize=64568 CPUtime=0.28
/proc/8144/stat : 8144 (SatElite) R 8143 8143 7836 0 -1 4194304 12171 0 0 0 23 5 0 0 22 0 1 0 128444592 66117632 12059 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/8144/statm: 16142 12059 51 127 0 16012 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 69924

[startup+0.701194 s]
/proc/loadavg: 1.01 1.00 0.96 3/65 8143
/proc/meminfo: memFree=486520/2055920 swapFree=4192948/4192956
[pid=8143] ppid=8141 vsize=5356 CPUtime=0
/proc/8143/stat : 8143 (lysat.sh) S 8141 8143 7836 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 128444591 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8143/statm: 1339 235 195 169 0 50 0
[pid=8144] ppid=8143 vsize=97176 CPUtime=0.69
/proc/8144/stat : 8144 (SatElite) R 8143 8143 7836 0 -1 4194304 22243 0 0 0 57 12 0 0 25 0 1 0 128444592 99508224 22131 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/8144/statm: 24294 22131 51 127 0 24164 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 102532

[startup+1.50129 s]
/proc/loadavg: 1.01 1.00 0.96 2/67 8145
/proc/meminfo: memFree=367976/2055920 swapFree=4192948/4192956
[pid=8143] ppid=8141 vsize=5356 CPUtime=0
/proc/8143/stat : 8143 (lysat.sh) S 8141 8143 7836 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 128444591 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8143/statm: 1339 235 195 169 0 50 0
[pid=8144] ppid=8143 vsize=206804 CPUtime=1.49
/proc/8144/stat : 8144 (SatElite) R 8143 8143 7836 0 -1 4194304 42075 0 0 0 125 24 0 0 25 0 1 0 128444592 211767296 41963 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/8144/statm: 51701 41963 51 127 0 51571 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 212160

[startup+3.10247 s]
/proc/loadavg: 1.01 1.00 0.96 2/67 8145
/proc/meminfo: memFree=274216/2055920 swapFree=4192948/4192956
[pid=8143] ppid=8141 vsize=5356 CPUtime=0
/proc/8143/stat : 8143 (lysat.sh) S 8141 8143 7836 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 128444591 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8143/statm: 1339 235 195 169 0 50 0
[pid=8144] ppid=8143 vsize=361004 CPUtime=3.09
/proc/8144/stat : 8144 (SatElite) R 8143 8143 7836 0 -1 4194304 79727 0 0 0 264 45 0 0 25 0 1 0 128444592 369668096 79615 1992294400 134512640 135034092 4294956096 18446744073709551615 134542711 0 0 4096 3 0 0 0 17 0 0 0
/proc/8144/statm: 90251 79615 51 127 0 90121 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 366360

[startup+6.30183 s]
/proc/loadavg: 1.17 1.03 0.97 2/67 8145
/proc/meminfo: memFree=152168/2055920 swapFree=4192948/4192956
[pid=8143] ppid=8141 vsize=5356 CPUtime=0
/proc/8143/stat : 8143 (lysat.sh) S 8141 8143 7836 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 128444591 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8143/statm: 1339 235 195 169 0 50 0
[pid=8144] ppid=8143 vsize=383264 CPUtime=6.29
/proc/8144/stat : 8144 (SatElite) R 8143 8143 7836 0 -1 4194304 83693 0 0 0 581 48 0 0 25 0 1 0 128444592 392462336 83581 1992294400 134512640 135034092 4294956096 18446744073709551615 134540973 0 0 4096 3 0 0 0 17 0 0 0
/proc/8144/statm: 95816 83581 64 127 0 95686 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 388620

[startup+12.7015 s]
/proc/loadavg: 1.23 1.05 0.98 2/67 8145
/proc/meminfo: memFree=124200/2055920 swapFree=4192948/4192956
[pid=8143] ppid=8141 vsize=5356 CPUtime=0
/proc/8143/stat : 8143 (lysat.sh) S 8141 8143 7836 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 128444591 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8143/statm: 1339 235 195 169 0 50 0
[pid=8144] ppid=8143 vsize=428388 CPUtime=12.68
/proc/8144/stat : 8144 (SatElite) R 8143 8143 7836 0 -1 4194304 91094 0 0 0 1217 51 0 0 25 0 1 0 128444592 438669312 90855 1992294400 134512640 135034092 4294956096 18446744073709551615 134541078 0 0 4096 3 0 0 0 17 0 0 0
/proc/8144/statm: 107097 90855 67 127 0 106967 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 433744

[startup+25.502 s]
/proc/loadavg: 1.18 1.05 0.98 2/67 8145
/proc/meminfo: memFree=124648/2055920 swapFree=4192948/4192956
[pid=8143] ppid=8141 vsize=5356 CPUtime=0
/proc/8143/stat : 8143 (lysat.sh) S 8141 8143 7836 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 128444591 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8143/statm: 1339 235 195 169 0 50 0
[pid=8144] ppid=8143 vsize=428088 CPUtime=25.48
/proc/8144/stat : 8144 (SatElite) R 8143 8143 7836 0 -1 4194304 91142 0 0 0 2497 51 0 0 25 0 1 0 128444592 438362112 90828 1992294400 134512640 135034092 4294956096 18446744073709551615 134540973 0 0 4096 3 0 0 0 17 0 0 0
/proc/8144/statm: 107022 90828 67 127 0 106892 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 433444

[startup+51.1019 s]
/proc/loadavg: 1.12 1.04 0.98 2/67 8145
/proc/meminfo: memFree=124968/2055920 swapFree=4192948/4192956
[pid=8143] ppid=8141 vsize=5356 CPUtime=0
/proc/8143/stat : 8143 (lysat.sh) S 8141 8143 7836 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 128444591 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8143/statm: 1339 235 195 169 0 50 0
[pid=8144] ppid=8143 vsize=429684 CPUtime=51.06
/proc/8144/stat : 8144 (SatElite) R 8143 8143 7836 0 -1 4194304 91269 0 0 0 5055 51 0 0 25 0 1 0 128444592 439996416 90842 1992294400 134512640 135034092 4294956096 18446744073709551615 134541254 0 0 4096 3 0 0 0 17 0 0 0
/proc/8144/statm: 107421 90842 67 127 0 107291 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 435040

[startup+102.306 s]
/proc/loadavg: 1.12 1.05 0.98 2/67 8146
/proc/meminfo: memFree=322344/2055920 swapFree=4192948/4192956
[pid=8143] ppid=8141 vsize=5356 CPUtime=96.76
/proc/8143/stat : 8143 (lysat.sh) S 8141 8143 7836 0 -1 4194304 310 114554 0 0 0 0 9583 93 16 0 1 0 128444591 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8143/statm: 1339 237 195 169 0 50 0
[pid=8146] ppid=8143 vsize=104748 CPUtime=5.47
/proc/8146/stat : 8146 (LySATi) R 8143 8143 7836 0 -1 4194304 25510 0 0 0 531 16 0 0 25 0 1 0 128454273 107261952 25431 1992294400 134512640 135226915 4294956208 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/8146/statm: 26187 25431 81 174 0 26010 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 110104

[startup+162.301 s]
/proc/loadavg: 1.08 1.05 0.99 2/67 8146
/proc/meminfo: memFree=316840/2055920 swapFree=4192948/4192956
[pid=8143] ppid=8141 vsize=5356 CPUtime=96.76
/proc/8143/stat : 8143 (lysat.sh) S 8141 8143 7836 0 -1 4194304 310 114554 0 0 0 0 9583 93 16 0 1 0 128444591 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8143/statm: 1339 237 195 169 0 50 0
[pid=8146] ppid=8143 vsize=112016 CPUtime=65.42
/proc/8146/stat : 8146 (LySATi) R 8143 8143 7836 0 -1 4194304 27231 0 0 0 6524 18 0 0 25 0 1 0 128454273 114704384 27152 1992294400 134512640 135226915 4294956208 18446744073709551615 134537162 0 0 4096 3 0 0 0 17 0 0 0
/proc/8146/statm: 28004 27152 81 174 0 27827 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 117372

[startup+222.301 s]
/proc/loadavg: 1.03 1.04 0.99 2/67 8146
/proc/meminfo: memFree=311912/2055920 swapFree=4192948/4192956
[pid=8143] ppid=8141 vsize=5356 CPUtime=96.76
/proc/8143/stat : 8143 (lysat.sh) S 8141 8143 7836 0 -1 4194304 310 114554 0 0 0 0 9583 93 16 0 1 0 128444591 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8143/statm: 1339 237 195 169 0 50 0
[pid=8146] ppid=8143 vsize=117124 CPUtime=125.39
/proc/8146/stat : 8146 (LySATi) R 8143 8143 7836 0 -1 4194304 28477 0 0 0 12519 20 0 0 25 0 1 0 128454273 119934976 28398 1992294400 134512640 135226915 4294956208 18446744073709551615 134536772 0 0 4096 3 0 0 0 17 0 0 0
/proc/8146/statm: 29281 28398 81 174 0 29104 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 122480

[startup+282.302 s]
/proc/loadavg: 1.01 1.03 0.99 2/67 8146
/proc/meminfo: memFree=309032/2055920 swapFree=4192948/4192956
[pid=8143] ppid=8141 vsize=5356 CPUtime=96.76
/proc/8143/stat : 8143 (lysat.sh) S 8141 8143 7836 0 -1 4194304 310 114554 0 0 0 0 9583 93 16 0 1 0 128444591 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8143/statm: 1339 237 195 169 0 50 0
[pid=8146] ppid=8143 vsize=120436 CPUtime=185.36
/proc/8146/stat : 8146 (LySATi) R 8143 8143 7836 0 -1 4194304 29252 0 0 0 18516 20 0 0 25 0 1 0 128454273 123326464 29173 1992294400 134512640 135226915 4294956208 18446744073709551615 134536776 0 0 4096 3 0 0 0 17 0 0 0
/proc/8146/statm: 30109 29173 81 174 0 29932 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 125792

[startup+342.302 s]
/proc/loadavg: 1.00 1.02 0.99 2/67 8146
/proc/meminfo: memFree=304552/2055920 swapFree=4192948/4192956
[pid=8143] ppid=8141 vsize=5356 CPUtime=96.76
/proc/8143/stat : 8143 (lysat.sh) S 8141 8143 7836 0 -1 4194304 310 114554 0 0 0 0 9583 93 16 0 1 0 128444591 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8143/statm: 1339 237 195 169 0 50 0
[pid=8146] ppid=8143 vsize=124636 CPUtime=245.34
/proc/8146/stat : 8146 (LySATi) R 8143 8143 7836 0 -1 4194304 30334 0 0 0 24513 21 0 0 25 0 1 0 128454273 127627264 30255 1992294400 134512640 135226915 4294956208 18446744073709551615 134536902 0 0 4096 3 0 0 0 17 0 0 0
/proc/8146/statm: 31159 30255 81 174 0 30982 0
Current children cumulated CPU time (s) 342.1

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


[startup+462.301 s]
/proc/loadavg: 1.00 1.01 0.99 2/67 8146
/proc/meminfo: memFree=295592/2055920 swapFree=4192948/4192956
[pid=8143] ppid=8141 vsize=5356 CPUtime=96.76
/proc/8143/stat : 8143 (lysat.sh) S 8141 8143 7836 0 -1 4194304 310 114554 0 0 0 0 9583 93 16 0 1 0 128444591 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8143/statm: 1339 237 195 169 0 50 0
[pid=8146] ppid=8143 vsize=133940 CPUtime=365.28
/proc/8146/stat : 8146 (LySATi) R 8143 8143 7836 0 -1 4194304 32564 0 0 0 36505 23 0 0 25 0 1 0 128454273 137154560 32485 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/8146/statm: 33485 32485 81 174 0 33308 0
Current children cumulated CPU time (s) 462.04
Current children cumulated vsize (KiB) 139296

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 0.99 2/67 8146
/proc/meminfo: memFree=295400/2055920 swapFree=4192948/4192956
[pid=8143] ppid=8141 vsize=5356 CPUtime=96.76
/proc/8143/stat : 8143 (lysat.sh) S 8141 8143 7836 0 -1 4194304 310 114554 0 0 0 0 9583 93 16 0 1 0 128444591 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8143/statm: 1339 237 195 169 0 50 0
[pid=8146] ppid=8143 vsize=134220 CPUtime=425.27
/proc/8146/stat : 8146 (LySATi) R 8143 8143 7836 0 -1 4194304 32624 0 0 0 42503 24 0 0 25 0 1 0 128454273 137441280 32545 1992294400 134512640 135226915 4294956208 18446744073709551615 134537023 0 0 4096 3 0 0 0 17 0 0 0
/proc/8146/statm: 33555 32545 81 174 0 33378 0
Current children cumulated CPU time (s) 522.03
Current children cumulated vsize (KiB) 139576

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/67 8146
/proc/meminfo: memFree=292200/2055920 swapFree=4192948/4192956
[pid=8143] ppid=8141 vsize=5356 CPUtime=96.76
/proc/8143/stat : 8143 (lysat.sh) S 8141 8143 7836 0 -1 4194304 310 114554 0 0 0 0 9583 93 16 0 1 0 128444591 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8143/statm: 1339 237 195 169 0 50 0
[pid=8146] ppid=8143 vsize=137436 CPUtime=485.24
/proc/8146/stat : 8146 (LySATi) R 8143 8143 7836 0 -1 4194304 33425 0 0 0 48500 24 0 0 25 0 1 0 128454273 140734464 33346 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/8146/statm: 34359 33346 81 174 0 34182 0
Current children cumulated CPU time (s) 582
Current children cumulated vsize (KiB) 142792

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/67 8146
/proc/meminfo: memFree=286760/2055920 swapFree=4192948/4192956
[pid=8143] ppid=8141 vsize=5356 CPUtime=96.76
/proc/8143/stat : 8143 (lysat.sh) S 8141 8143 7836 0 -1 4194304 310 114554 0 0 0 0 9583 93 16 0 1 0 128444591 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8143/statm: 1339 237 195 169 0 50 0
[pid=8146] ppid=8143 vsize=142896 CPUtime=545.2
/proc/8146/stat : 8146 (LySATi) R 8143 8143 7836 0 -1 4194304 34765 0 0 0 54494 26 0 0 25 0 1 0 128454273 146325504 34686 1992294400 134512640 135226915 4294956208 18446744073709551615 134536922 0 0 4096 3 0 0 0 17 1 0 0
/proc/8146/statm: 35724 34686 81 174 0 35547 0
Current children cumulated CPU time (s) 641.96
Current children cumulated vsize (KiB) 148252

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 0.99 2/67 8146
/proc/meminfo: memFree=286056/2055920 swapFree=4192948/4192956
[pid=8143] ppid=8141 vsize=5356 CPUtime=96.76
/proc/8143/stat : 8143 (lysat.sh) S 8141 8143 7836 0 -1 4194304 310 114554 0 0 0 0 9583 93 16 0 1 0 128444591 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8143/statm: 1339 237 195 169 0 50 0
[pid=8146] ppid=8143 vsize=143960 CPUtime=605.15
/proc/8146/stat : 8146 (LySATi) R 8143 8143 7836 0 -1 4194304 34927 0 0 0 60489 26 0 0 25 0 1 0 128454273 147415040 34848 1992294400 134512640 135226915 4294956208 18446744073709551615 134537096 0 0 4096 3 0 0 0 17 0 0 0
/proc/8146/statm: 35990 34848 81 174 0 35813 0
Current children cumulated CPU time (s) 701.91
Current children cumulated vsize (KiB) 149316

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 0.99 2/67 8146
/proc/meminfo: memFree=285928/2055920 swapFree=4192948/4192956
[pid=8143] ppid=8141 vsize=5356 CPUtime=96.76
/proc/8143/stat : 8143 (lysat.sh) S 8141 8143 7836 0 -1 4194304 310 114554 0 0 0 0 9583 93 16 0 1 0 128444591 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8143/statm: 1339 237 195 169 0 50 0
[pid=8146] ppid=8143 vsize=144092 CPUtime=665.13
/proc/8146/stat : 8146 (LySATi) R 8143 8143 7836 0 -1 4194304 34949 0 0 0 66487 26 0 0 25 0 1 0 128454273 147550208 34870 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/8146/statm: 36023 34870 81 174 0 35846 0
Current children cumulated CPU time (s) 761.89
Current children cumulated vsize (KiB) 149448

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

[startup+767.902 s]
/proc/loadavg: 1.00 1.00 0.99 2/67 8146
/proc/meminfo: memFree=285928/2055920 swapFree=4192948/4192956
[pid=8143] ppid=8141 vsize=5356 CPUtime=96.76
/proc/8143/stat : 8143 (lysat.sh) S 8141 8143 7836 0 -1 4194304 310 114554 0 0 0 0 9583 93 16 0 1 0 128444591 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8143/statm: 1339 237 195 169 0 50 0
[pid=8146] ppid=8143 vsize=144092 CPUtime=670.73
/proc/8146/stat : 8146 (LySATi) R 8143 8143 7836 0 -1 4194304 34949 0 0 0 67047 26 0 0 25 0 1 0 128454273 147550208 34870 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/8146/statm: 36023 34870 81 174 0 35846 0
Current children cumulated CPU time (s) 767.49
Current children cumulated vsize (KiB) 149448

[startup+780.701 s]
/proc/loadavg: 1.00 1.00 0.99 2/67 8146
/proc/meminfo: memFree=285928/2055920 swapFree=4192948/4192956
[pid=8143] ppid=8141 vsize=5356 CPUtime=96.76
/proc/8143/stat : 8143 (lysat.sh) S 8141 8143 7836 0 -1 4194304 310 114554 0 0 0 0 9583 93 16 0 1 0 128444591 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8143/statm: 1339 237 195 169 0 50 0
[pid=8146] ppid=8143 vsize=144092 CPUtime=683.52
/proc/8146/stat : 8146 (LySATi) R 8143 8143 7836 0 -1 4194304 34949 0 0 0 68326 26 0 0 25 0 1 0 128454273 147550208 34870 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/8146/statm: 36023 34870 81 174 0 35846 0
Current children cumulated CPU time (s) 780.28
Current children cumulated vsize (KiB) 149448

[startup+787.102 s]
/proc/loadavg: 1.00 1.00 0.99 2/67 8146
/proc/meminfo: memFree=285928/2055920 swapFree=4192948/4192956
[pid=8143] ppid=8141 vsize=5356 CPUtime=96.76
/proc/8143/stat : 8143 (lysat.sh) S 8141 8143 7836 0 -1 4194304 310 114554 0 0 0 0 9583 93 16 0 1 0 128444591 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8143/statm: 1339 237 195 169 0 50 0
[pid=8146] ppid=8143 vsize=144092 CPUtime=689.91
/proc/8146/stat : 8146 (LySATi) R 8143 8143 7836 0 -1 4194304 34949 0 0 0 68965 26 0 0 25 0 1 0 128454273 147550208 34870 1992294400 134512640 135226915 4294956208 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/8146/statm: 36023 34870 81 174 0 35846 0
Current children cumulated CPU time (s) 786.67
Current children cumulated vsize (KiB) 149448

[startup+790.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/67 8146
/proc/meminfo: memFree=285928/2055920 swapFree=4192948/4192956
[pid=8143] ppid=8141 vsize=5356 CPUtime=96.76
/proc/8143/stat : 8143 (lysat.sh) S 8141 8143 7836 0 -1 4194304 310 114554 0 0 0 0 9583 93 16 0 1 0 128444591 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8143/statm: 1339 237 195 169 0 50 0
[pid=8146] ppid=8143 vsize=144092 CPUtime=693.11
/proc/8146/stat : 8146 (LySATi) R 8143 8143 7836 0 -1 4194304 34949 0 0 0 69285 26 0 0 25 0 1 0 128454273 147550208 34870 1992294400 134512640 135226915 4294956208 18446744073709551615 134525819 0 0 4096 3 0 0 0 17 0 0 0
/proc/8146/statm: 36023 34870 81 174 0 35846 0
Current children cumulated CPU time (s) 789.87
Current children cumulated vsize (KiB) 149448

[startup+791.901 s]
/proc/loadavg: 1.00 1.00 0.99 2/67 8146
/proc/meminfo: memFree=285928/2055920 swapFree=4192948/4192956
[pid=8143] ppid=8141 vsize=5356 CPUtime=96.76
/proc/8143/stat : 8143 (lysat.sh) S 8141 8143 7836 0 -1 4194304 310 114554 0 0 0 0 9583 93 16 0 1 0 128444591 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8143/statm: 1339 237 195 169 0 50 0
[pid=8146] ppid=8143 vsize=144092 CPUtime=694.72
/proc/8146/stat : 8146 (LySATi) R 8143 8143 7836 0 -1 4194304 34949 0 0 0 69446 26 0 0 25 0 1 0 128454273 147550208 34870 1992294400 134512640 135226915 4294956208 18446744073709551615 134526543 0 0 4096 3 0 0 0 17 0 0 0
/proc/8146/statm: 36023 34870 81 174 0 35846 0
Current children cumulated CPU time (s) 791.48
Current children cumulated vsize (KiB) 149448

[startup+792.702 s]
/proc/loadavg: 1.00 1.00 0.99 2/67 8146
/proc/meminfo: memFree=285928/2055920 swapFree=4192948/4192956
[pid=8143] ppid=8141 vsize=5356 CPUtime=96.76
/proc/8143/stat : 8143 (lysat.sh) S 8141 8143 7836 0 -1 4194304 310 114554 0 0 0 0 9583 93 16 0 1 0 128444591 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8143/statm: 1339 237 195 169 0 50 0
[pid=8146] ppid=8143 vsize=144092 CPUtime=695.51
/proc/8146/stat : 8146 (LySATi) R 8143 8143 7836 0 -1 4194304 34949 0 0 0 69525 26 0 0 25 0 1 0 128454273 147550208 34870 1992294400 134512640 135226915 4294956208 18446744073709551615 134536701 0 0 4096 3 0 0 0 17 0 0 0
/proc/8146/statm: 36023 34870 81 174 0 35846 0
Current children cumulated CPU time (s) 792.27
Current children cumulated vsize (KiB) 149448

[startup+793.106 s]
/proc/loadavg: 1.00 1.00 0.99 2/67 8146
/proc/meminfo: memFree=285928/2055920 swapFree=4192948/4192956
[pid=8143] ppid=8141 vsize=5356 CPUtime=96.76
/proc/8143/stat : 8143 (lysat.sh) S 8141 8143 7836 0 -1 4194304 310 114554 0 0 0 0 9583 93 16 0 1 0 128444591 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8143/statm: 1339 237 195 169 0 50 0
[pid=8146] ppid=8143 vsize=144092 CPUtime=695.92
/proc/8146/stat : 8146 (LySATi) R 8143 8143 7836 0 -1 4194304 34949 0 0 0 69566 26 0 0 25 0 1 0 128454273 147550208 34870 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/8146/statm: 36023 34870 81 174 0 35846 0
Current children cumulated CPU time (s) 792.68
Current children cumulated vsize (KiB) 149448

[startup+793.502 s]
/proc/loadavg: 1.00 1.00 0.99 2/67 8146
/proc/meminfo: memFree=285928/2055920 swapFree=4192948/4192956
[pid=8143] ppid=8141 vsize=5356 CPUtime=96.76
/proc/8143/stat : 8143 (lysat.sh) S 8141 8143 7836 0 -1 4194304 310 114554 0 0 0 0 9583 93 16 0 1 0 128444591 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8143/statm: 1339 237 195 169 0 50 0
[pid=8146] ppid=8143 vsize=144092 CPUtime=696.31
/proc/8146/stat : 8146 (LySATi) R 8143 8143 7836 0 -1 4194304 34949 0 0 0 69605 26 0 0 25 0 1 0 128454273 147550208 34870 1992294400 134512640 135226915 4294956208 18446744073709551615 134537000 0 0 4096 3 0 0 0 17 0 0 0
/proc/8146/statm: 36023 34870 81 174 0 35846 0
Current children cumulated CPU time (s) 793.07
Current children cumulated vsize (KiB) 149448

Child status: 20
Real time (s): 793.564
CPU time (s): 793.147
CPU user time (s): 791.895
CPU system time (s): 1.25281
CPU usage (%): 99.9475
Max. virtual memory (cumulated for all children) (KiB): 466304

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

runsolver used 0.641902 second user time and 2.25566 second system time

The end

Launcher Data

Begin job on node85 at 2009-04-29 13:22:29
IDJOB=1577726
IDBENCH=70965
IDSOLVER=511
FILE ID=node85/1577726-1241004145
PBS_JOBID= 9204787
Free space on /tmp= 126720 MiB

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

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

MD5SUM BENCH= 853982f8646333d217e35d938b7eb00b
RANDOM SEED=122025793

node85.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.238
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.238
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        487064 kB
Buffers:        104316 kB
Cached:        1345368 kB
SwapCached:          8 kB
Active:         353108 kB
Inactive:      1110520 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        487064 kB
SwapTotal:     4192956 kB
SwapFree:      4192948 kB
Dirty:           73552 kB
Writeback:           0 kB
Mapped:          23596 kB
Slab:            91276 kB
Committed_AS:   517672 kB
PageTables:       1372 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126716 MiB
End job on node85 at 2009-04-29 13:35:43