Trace number 1774573

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 459.828 460.077

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.627
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.00	c Parsing...
2.19/2.26	c ==============================================================================
2.19/2.26	c |           |     ORIGINAL     |              LEARNT              |          |
2.19/2.26	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
2.19/2.26	c ==============================================================================
2.19/2.26	c |         0 | 2333194  6866110 |  699958       0        0     nan |  0.000 % |
55.06/55.16	c |         0 |  944203  3351555 |      --       0       --      -- |     --   | -1124318/-2793809
55.06/55.17	c ==============================================================================
55.06/55.17	c Result  :   #vars: 91522   #clauses: 944203   #literals: 3351555
55.06/55.17	c CPU time:   54.5907 s
55.06/55.17	c ==============================================================================
56.56/56.62	c lySAT 0.1
56.56/56.62	c minisat core +  additionnal features
56.56/56.62	c ============================[ Problem Statistics ]=============================
56.56/56.62	c |                                                                             |
56.56/56.62	c |  Number of variables:  91522                                                |
56.56/56.62	c |  Number of clauses:    944203                                               |
57.15/57.26	c |  Parsing time:         0.56         s                                       |
459.73/460.03	c restarts              : 1015
459.73/460.03	c conflicts             : 677231         (1680 /sec)
459.73/460.03	c decisions             : 1321271        (14.81 % random) (3278 /sec)
459.73/460.03	c euip                  : 31761       
459.73/460.03	c propagations          : 420443282      (1043235 /sec)
459.73/460.03	c conflict literals     : 18279551       (41.45 % deleted)
459.73/460.03	c Memory used           : 93.38 MB
459.73/460.03	c CPU time              : 403.019 s
459.73/460.03	c 
459.73/460.04	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-1774573-1241243235/watcher-1774573-1241243235 -o /tmp/evaluation-result-1774573-1241243235/solver-1774573-1241243235 -C 10000 -W 12000 -M 1800 lysat.sh HOME/instance-1774573-1241243235.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.85 0.97 0.99 3/64 20960
/proc/meminfo: memFree=1250296/2055920 swapFree=4181364/4192956
[pid=20960] ppid=20958 vsize=5356 CPUtime=0
/proc/20960/stat : 20960 (lysat.sh) R 20958 20960 20923 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 152356651 5484544 234 1992294400 4194304 4889804 548682068816 18446744073709551615 221780699807 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/20960/statm: 1339 234 194 169 0 50 0
[pid=20961] ppid=20960 vsize=988 CPUtime=0
/proc/20961/stat : 20961 (SatElite) R 20960 20960 20923 0 -1 4194304 156 0 0 0 0 0 0 0 18 0 1 0 152356651 1011712 140 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/20961/statm: 247 142 51 127 0 117 0

[startup+0.086756 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 20960
/proc/meminfo: memFree=1250296/2055920 swapFree=4181364/4192956
[pid=20960] ppid=20958 vsize=5356 CPUtime=0
/proc/20960/stat : 20960 (lysat.sh) S 20958 20960 20923 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152356651 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20960/statm: 1339 235 195 169 0 50 0
[pid=20961] ppid=20960 vsize=26148 CPUtime=0.07
/proc/20961/stat : 20961 (SatElite) R 20960 20960 20923 0 -1 4194304 5456 0 0 0 5 2 0 0 19 0 1 0 152356651 26775552 5344 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/20961/statm: 6537 5344 51 127 0 6407 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 31504

[startup+0.101756 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 20960
/proc/meminfo: memFree=1250296/2055920 swapFree=4181364/4192956
[pid=20960] ppid=20958 vsize=5356 CPUtime=0
/proc/20960/stat : 20960 (lysat.sh) S 20958 20960 20923 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152356651 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20960/statm: 1339 235 195 169 0 50 0
[pid=20961] ppid=20960 vsize=27460 CPUtime=0.09
/proc/20961/stat : 20961 (SatElite) R 20960 20960 20923 0 -1 4194304 5832 0 0 0 7 2 0 0 19 0 1 0 152356651 28119040 5720 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/20961/statm: 6865 5720 51 127 0 6735 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32816

[startup+0.301784 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 20960
/proc/meminfo: memFree=1250296/2055920 swapFree=4181364/4192956
[pid=20960] ppid=20958 vsize=5356 CPUtime=0
/proc/20960/stat : 20960 (lysat.sh) S 20958 20960 20923 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152356651 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20960/statm: 1339 235 195 169 0 50 0
[pid=20961] ppid=20960 vsize=66940 CPUtime=0.29
/proc/20961/stat : 20961 (SatElite) R 20960 20960 20923 0 -1 4194304 10882 0 0 0 24 5 0 0 21 0 1 0 152356651 68546560 10770 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/20961/statm: 16735 10771 51 127 0 16605 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 72296

[startup+0.70184 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 20960
/proc/meminfo: memFree=1250296/2055920 swapFree=4181364/4192956
[pid=20960] ppid=20958 vsize=5356 CPUtime=0
/proc/20960/stat : 20960 (lysat.sh) S 20958 20960 20923 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152356651 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20960/statm: 1339 235 195 169 0 50 0
[pid=20961] ppid=20960 vsize=99420 CPUtime=0.69
/proc/20961/stat : 20961 (SatElite) R 20960 20960 20923 0 -1 4194304 20930 0 0 0 58 11 0 0 25 0 1 0 152356651 101806080 20818 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/20961/statm: 24855 20818 51 127 0 24725 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 104776

[startup+1.50195 s]
/proc/loadavg: 0.86 0.97 0.99 2/66 20962
/proc/meminfo: memFree=1136296/2055920 swapFree=4181364/4192956
[pid=20960] ppid=20958 vsize=5356 CPUtime=0
/proc/20960/stat : 20960 (lysat.sh) S 20958 20960 20923 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152356651 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20960/statm: 1339 235 195 169 0 50 0
[pid=20961] ppid=20960 vsize=161016 CPUtime=1.49
/proc/20961/stat : 20961 (SatElite) R 20960 20960 20923 0 -1 4194304 38764 0 0 0 126 23 0 0 25 0 1 0 152356651 164880384 38652 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/20961/statm: 40254 38653 51 127 0 40124 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 166372

[startup+3.10218 s]
/proc/loadavg: 0.86 0.97 0.99 2/66 20962
/proc/meminfo: memFree=1024104/2055920 swapFree=4181364/4192956
[pid=20960] ppid=20958 vsize=5356 CPUtime=0
/proc/20960/stat : 20960 (lysat.sh) S 20958 20960 20923 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152356651 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20960/statm: 1339 235 195 169 0 50 0
[pid=20961] ppid=20960 vsize=250484 CPUtime=3.09
/proc/20961/stat : 20961 (SatElite) R 20960 20960 20923 0 -1 4194304 59419 0 0 0 274 35 0 0 25 0 1 0 152356651 256495616 59294 1992294400 134512640 135034092 4294956112 18446744073709551615 134540973 0 0 4096 3 0 0 0 17 0 0 0
/proc/20961/statm: 62621 59294 64 127 0 62491 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 255840

[startup+6.30164 s]
/proc/loadavg: 0.87 0.97 0.99 2/66 20962
/proc/meminfo: memFree=992360/2055920 swapFree=4181364/4192956
[pid=20960] ppid=20958 vsize=5356 CPUtime=0
/proc/20960/stat : 20960 (lysat.sh) S 20958 20960 20923 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152356651 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20960/statm: 1339 235 195 169 0 50 0
[pid=20961] ppid=20960 vsize=274364 CPUtime=6.28
/proc/20961/stat : 20961 (SatElite) R 20960 20960 20923 0 -1 4194304 64614 0 0 0 591 37 0 0 25 0 1 0 152356651 280948736 64489 1992294400 134512640 135034092 4294956112 18446744073709551615 134541269 0 0 4096 3 0 0 0 17 0 0 0
/proc/20961/statm: 68591 64489 67 127 0 68461 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 279720

[startup+12.7015 s]
/proc/loadavg: 0.88 0.97 0.99 2/66 20962
/proc/meminfo: memFree=992304/2055920 swapFree=4181364/4192956
[pid=20960] ppid=20958 vsize=5356 CPUtime=0
/proc/20960/stat : 20960 (lysat.sh) S 20958 20960 20923 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152356651 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20960/statm: 1339 235 195 169 0 50 0
[pid=20961] ppid=20960 vsize=274364 CPUtime=12.68
/proc/20961/stat : 20961 (SatElite) R 20960 20960 20923 0 -1 4194304 64632 0 0 0 1231 37 0 0 25 0 1 0 152356651 280948736 64507 1992294400 134512640 135034092 4294956112 18446744073709551615 134541254 0 0 4096 3 0 0 0 17 0 0 0
/proc/20961/statm: 68591 64507 67 127 0 68461 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 279720

[startup+25.5014 s]
/proc/loadavg: 0.91 0.97 0.99 2/66 20962
/proc/meminfo: memFree=992624/2055920 swapFree=4181364/4192956
[pid=20960] ppid=20958 vsize=5356 CPUtime=0
/proc/20960/stat : 20960 (lysat.sh) S 20958 20960 20923 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152356651 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20960/statm: 1339 235 195 169 0 50 0
[pid=20961] ppid=20960 vsize=273908 CPUtime=25.48
/proc/20961/stat : 20961 (SatElite) R 20960 20960 20923 0 -1 4194304 64716 0 0 0 2510 38 0 0 25 0 1 0 152356651 280481792 64477 1992294400 134512640 135034092 4294956112 18446744073709551615 134541254 0 0 4096 3 0 0 0 17 0 0 0
/proc/20961/statm: 68477 64477 67 127 0 68347 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 279264

[startup+51.102 s]
/proc/loadavg: 0.94 0.97 0.99 2/66 20962
/proc/meminfo: memFree=989488/2055920 swapFree=4181364/4192956
[pid=20960] ppid=20958 vsize=5356 CPUtime=0
/proc/20960/stat : 20960 (lysat.sh) S 20958 20960 20923 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152356651 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20960/statm: 1339 235 195 169 0 50 0
[pid=20961] ppid=20960 vsize=267732 CPUtime=51.06
/proc/20961/stat : 20961 (SatElite) R 20960 20960 20923 0 -1 4194304 69854 0 0 0 5066 40 0 0 25 0 1 0 152356651 274157568 63121 1992294400 134512640 135034092 4294956112 18446744073709551615 134536786 0 0 4096 3 0 0 0 17 0 0 0
/proc/20961/statm: 66933 63121 68 127 0 66803 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 273088

[startup+102.305 s]
/proc/loadavg: 0.97 0.97 0.99 2/66 20963
/proc/meminfo: memFree=1137264/2055920 swapFree=4181364/4192956
[pid=20960] ppid=20958 vsize=5356 CPUtime=56.58
/proc/20960/stat : 20960 (lysat.sh) S 20958 20960 20923 0 -1 4194304 310 80902 0 0 0 0 5590 68 16 0 1 0 152356651 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20960/statm: 1339 237 195 169 0 50 0
[pid=20963] ppid=20960 vsize=72536 CPUtime=45.64
/proc/20963/stat : 20963 (LySATi) R 20960 20960 20923 0 -1 4194304 17888 0 0 0 4553 11 0 0 25 0 1 0 152362313 74276864 17817 1992294400 134512640 135226915 4294956224 18446744073709551615 134536744 0 0 4096 3 0 0 0 17 0 0 0
/proc/20963/statm: 18134 17817 81 174 0 17957 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 77892

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 20963
/proc/meminfo: memFree=1130800/2055920 swapFree=4181364/4192956
[pid=20960] ppid=20958 vsize=5356 CPUtime=56.58
/proc/20960/stat : 20960 (lysat.sh) S 20958 20960 20923 0 -1 4194304 310 80902 0 0 0 0 5590 68 16 0 1 0 152356651 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20960/statm: 1339 237 195 169 0 50 0
[pid=20963] ppid=20960 vsize=79348 CPUtime=105.59
/proc/20963/stat : 20963 (LySATi) R 20960 20960 20923 0 -1 4194304 19564 0 0 0 10546 13 0 0 25 0 1 0 152362313 81252352 19493 1992294400 134512640 135226915 4294956224 18446744073709551615 134547753 0 0 4096 3 0 0 0 17 0 0 0
/proc/20963/statm: 19837 19493 81 174 0 19660 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 84704

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 20963
/proc/meminfo: memFree=1124528/2055920 swapFree=4181364/4192956
[pid=20960] ppid=20958 vsize=5356 CPUtime=56.58
/proc/20960/stat : 20960 (lysat.sh) S 20958 20960 20923 0 -1 4194304 310 80902 0 0 0 0 5590 68 16 0 1 0 152356651 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20960/statm: 1339 237 195 169 0 50 0
[pid=20963] ppid=20960 vsize=85768 CPUtime=165.56
/proc/20963/stat : 20963 (LySATi) R 20960 20960 20923 0 -1 4194304 21140 0 0 0 16542 14 0 0 25 0 1 0 152362313 87826432 21069 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/20963/statm: 21442 21069 81 174 0 21265 0
Current children cumulated CPU time (s) 222.14
Current children cumulated vsize (KiB) 91124

[startup+282.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 20963
/proc/meminfo: memFree=1119216/2055920 swapFree=4181364/4192956
[pid=20960] ppid=20958 vsize=5356 CPUtime=56.58
/proc/20960/stat : 20960 (lysat.sh) S 20958 20960 20923 0 -1 4194304 310 80902 0 0 0 0 5590 68 16 0 1 0 152356651 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20960/statm: 1339 237 195 169 0 50 0
[pid=20963] ppid=20960 vsize=91084 CPUtime=225.54
/proc/20963/stat : 20963 (LySATi) R 20960 20960 20923 0 -1 4194304 22457 0 0 0 22538 16 0 0 25 0 1 0 152362313 93270016 22386 1992294400 134512640 135226915 4294956224 18446744073709551615 134537040 0 0 4096 3 0 0 0 17 0 0 0
/proc/20963/statm: 22771 22386 81 174 0 22594 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 96440

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 20963
/proc/meminfo: memFree=1118448/2055920 swapFree=4181364/4192956
[pid=20960] ppid=20958 vsize=5356 CPUtime=56.58
/proc/20960/stat : 20960 (lysat.sh) S 20958 20960 20923 0 -1 4194304 310 80902 0 0 0 0 5590 68 16 0 1 0 152356651 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20960/statm: 1339 237 195 169 0 50 0
[pid=20963] ppid=20960 vsize=91920 CPUtime=285.5
/proc/20963/stat : 20963 (LySATi) R 20960 20960 20923 0 -1 4194304 22650 0 0 0 28534 16 0 0 25 0 1 0 152362313 94126080 22579 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/20963/statm: 22980 22579 81 174 0 22803 0
Current children cumulated CPU time (s) 342.08
Current children cumulated vsize (KiB) 97276

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 20963
/proc/meminfo: memFree=1115376/2055920 swapFree=4181364/4192956
[pid=20960] ppid=20958 vsize=5356 CPUtime=56.58
/proc/20960/stat : 20960 (lysat.sh) S 20958 20960 20923 0 -1 4194304 310 80902 0 0 0 0 5590 68 16 0 1 0 152356651 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20960/statm: 1339 237 195 169 0 50 0
[pid=20963] ppid=20960 vsize=95316 CPUtime=345.48
/proc/20963/stat : 20963 (LySATi) R 20960 20960 20923 0 -1 4194304 23436 0 0 0 34531 17 0 0 25 0 1 0 152362313 97603584 23365 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/20963/statm: 23829 23365 81 174 0 23652 0
Current children cumulated CPU time (s) 402.06
Current children cumulated vsize (KiB) 100672

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

[startup+409.503 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 20963
/proc/meminfo: memFree=1115376/2055920 swapFree=4181364/4192956
[pid=20960] ppid=20958 vsize=5356 CPUtime=56.58
/proc/20960/stat : 20960 (lysat.sh) S 20958 20960 20923 0 -1 4194304 310 80902 0 0 0 0 5590 68 16 0 1 0 152356651 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20960/statm: 1339 237 195 169 0 50 0
[pid=20963] ppid=20960 vsize=95316 CPUtime=352.68
/proc/20963/stat : 20963 (LySATi) R 20960 20960 20923 0 -1 4194304 23443 0 0 0 35251 17 0 0 25 0 1 0 152362313 97603584 23372 1992294400 134512640 135226915 4294956224 18446744073709551615 134536797 0 0 4096 3 0 0 0 17 0 0 0
/proc/20963/statm: 23829 23372 81 174 0 23652 0
Current children cumulated CPU time (s) 409.26
Current children cumulated vsize (KiB) 100672

[startup+435.102 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 20963
/proc/meminfo: memFree=1115120/2055920 swapFree=4181364/4192956
[pid=20960] ppid=20958 vsize=5356 CPUtime=56.58
/proc/20960/stat : 20960 (lysat.sh) S 20958 20960 20923 0 -1 4194304 310 80902 0 0 0 0 5590 68 16 0 1 0 152356651 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20960/statm: 1339 237 195 169 0 50 0
[pid=20963] ppid=20960 vsize=95468 CPUtime=378.26
/proc/20963/stat : 20963 (LySATi) R 20960 20960 20923 0 -1 4194304 23492 0 0 0 37809 17 0 0 25 0 1 0 152362313 97759232 23421 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/20963/statm: 23867 23421 81 174 0 23690 0
Current children cumulated CPU time (s) 434.84
Current children cumulated vsize (KiB) 100824

[startup+447.902 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 20963
/proc/meminfo: memFree=1114928/2055920 swapFree=4181364/4192956
[pid=20960] ppid=20958 vsize=5356 CPUtime=56.58
/proc/20960/stat : 20960 (lysat.sh) S 20958 20960 20923 0 -1 4194304 310 80902 0 0 0 0 5590 68 16 0 1 0 152356651 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20960/statm: 1339 237 195 169 0 50 0
[pid=20963] ppid=20960 vsize=95612 CPUtime=391.06
/proc/20963/stat : 20963 (LySATi) R 20960 20960 20923 0 -1 4194304 23538 0 0 0 39089 17 0 0 25 0 1 0 152362313 97906688 23467 1992294400 134512640 135226915 4294956224 18446744073709551615 134536701 0 0 4096 3 0 0 0 17 0 0 0
/proc/20963/statm: 23903 23467 81 174 0 23726 0
Current children cumulated CPU time (s) 447.64
Current children cumulated vsize (KiB) 100968

[startup+454.307 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 20963
/proc/meminfo: memFree=1114928/2055920 swapFree=4181364/4192956
[pid=20960] ppid=20958 vsize=5356 CPUtime=56.58
/proc/20960/stat : 20960 (lysat.sh) S 20958 20960 20923 0 -1 4194304 310 80902 0 0 0 0 5590 68 16 0 1 0 152356651 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20960/statm: 1339 237 195 169 0 50 0
[pid=20963] ppid=20960 vsize=95612 CPUtime=397.46
/proc/20963/stat : 20963 (LySATi) R 20960 20960 20923 0 -1 4194304 23538 0 0 0 39729 17 0 0 25 0 1 0 152362313 97906688 23467 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/20963/statm: 23903 23467 81 174 0 23726 0
Current children cumulated CPU time (s) 454.04
Current children cumulated vsize (KiB) 100968

[startup+457.501 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 20963
/proc/meminfo: memFree=1114928/2055920 swapFree=4181364/4192956
[pid=20960] ppid=20958 vsize=5356 CPUtime=56.58
/proc/20960/stat : 20960 (lysat.sh) S 20958 20960 20923 0 -1 4194304 310 80902 0 0 0 0 5590 68 16 0 1 0 152356651 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20960/statm: 1339 237 195 169 0 50 0
[pid=20963] ppid=20960 vsize=95612 CPUtime=400.66
/proc/20963/stat : 20963 (LySATi) R 20960 20960 20923 0 -1 4194304 23538 0 0 0 40049 17 0 0 25 0 1 0 152362313 97906688 23467 1992294400 134512640 135226915 4294956224 18446744073709551615 134536785 0 0 4096 3 0 0 0 17 0 0 0
/proc/20963/statm: 23903 23467 81 174 0 23726 0
Current children cumulated CPU time (s) 457.24
Current children cumulated vsize (KiB) 100968

[startup+459.102 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 20963
/proc/meminfo: memFree=1114928/2055920 swapFree=4181364/4192956
[pid=20960] ppid=20958 vsize=5356 CPUtime=56.58
/proc/20960/stat : 20960 (lysat.sh) S 20958 20960 20923 0 -1 4194304 310 80902 0 0 0 0 5590 68 16 0 1 0 152356651 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20960/statm: 1339 237 195 169 0 50 0
[pid=20963] ppid=20960 vsize=95612 CPUtime=402.25
/proc/20963/stat : 20963 (LySATi) R 20960 20960 20923 0 -1 4194304 23538 0 0 0 40208 17 0 0 25 0 1 0 152362313 97906688 23467 1992294400 134512640 135226915 4294956224 18446744073709551615 134537059 0 0 4096 3 0 0 0 17 0 0 0
/proc/20963/statm: 23903 23467 81 174 0 23726 0
Current children cumulated CPU time (s) 458.83
Current children cumulated vsize (KiB) 100968

[startup+459.502 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 20963
/proc/meminfo: memFree=1114928/2055920 swapFree=4181364/4192956
[pid=20960] ppid=20958 vsize=5356 CPUtime=56.58
/proc/20960/stat : 20960 (lysat.sh) S 20958 20960 20923 0 -1 4194304 310 80902 0 0 0 0 5590 68 16 0 1 0 152356651 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20960/statm: 1339 237 195 169 0 50 0
[pid=20963] ppid=20960 vsize=95612 CPUtime=402.65
/proc/20963/stat : 20963 (LySATi) R 20960 20960 20923 0 -1 4194304 23538 0 0 0 40248 17 0 0 25 0 1 0 152362313 97906688 23467 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/20963/statm: 23903 23467 81 174 0 23726 0
Current children cumulated CPU time (s) 459.23
Current children cumulated vsize (KiB) 100968

[startup+459.902 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 20963
/proc/meminfo: memFree=1114928/2055920 swapFree=4181364/4192956
[pid=20960] ppid=20958 vsize=5356 CPUtime=56.58
/proc/20960/stat : 20960 (lysat.sh) S 20958 20960 20923 0 -1 4194304 310 80902 0 0 0 0 5590 68 16 0 1 0 152356651 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20960/statm: 1339 237 195 169 0 50 0
[pid=20963] ppid=20960 vsize=95612 CPUtime=403.05
/proc/20963/stat : 20963 (LySATi) R 20960 20960 20923 0 -1 4194304 23538 0 0 0 40288 17 0 0 25 0 1 0 152362313 97906688 23467 1992294400 134512640 135226915 4294956224 18446744073709551615 134527232 0 0 4096 3 0 0 0 17 0 0 0
/proc/20963/statm: 23903 23467 81 174 0 23726 0
Current children cumulated CPU time (s) 459.63
Current children cumulated vsize (KiB) 100968

[startup+460.002 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 20963
/proc/meminfo: memFree=1114928/2055920 swapFree=4181364/4192956
[pid=20960] ppid=20958 vsize=5356 CPUtime=56.58
/proc/20960/stat : 20960 (lysat.sh) S 20958 20960 20923 0 -1 4194304 310 80902 0 0 0 0 5590 68 16 0 1 0 152356651 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20960/statm: 1339 237 195 169 0 50 0
[pid=20963] ppid=20960 vsize=95612 CPUtime=403.15
/proc/20963/stat : 20963 (LySATi) R 20960 20960 20923 0 -1 4194304 23538 0 0 0 40298 17 0 0 25 0 1 0 152362313 97906688 23467 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/20963/statm: 23903 23467 81 174 0 23726 0
Current children cumulated CPU time (s) 459.73
Current children cumulated vsize (KiB) 100968

Child status: 20
Real time (s): 460.077
CPU time (s): 459.828
CPU user time (s): 458.927
CPU system time (s): 0.900863
CPU usage (%): 99.9458
Max. virtual memory (cumulated for all children) (KiB): 304132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 458.927
system time used= 0.900863
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= 38
involuntary context switches= 1258

runsolver used 0.413937 second user time and 1.27081 second system time

The end

Launcher Data

Begin job on node29 at 2009-05-02 07:47:18
IDJOB=1774573
IDBENCH=70961
IDSOLVER=609
FILE ID=node29/1774573-1241243235
PBS_JOBID= 9224865
Free space on /tmp= 66416 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-1774573-1241243235/watcher-1774573-1241243235 -o /tmp/evaluation-result-1774573-1241243235/solver-1774573-1241243235 -C 10000 -W 12000 -M 1800  lysat.sh HOME/instance-1774573-1241243235.cnf i

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

MD5SUM BENCH= ba6884aaa746378e56c38fd8b3d0255e
RANDOM SEED=338157319

node29.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.281
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.281
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:       1250840 kB
Buffers:         72568 kB
Cached:         634720 kB
SwapCached:       5420 kB
Active:         122312 kB
Inactive:       592796 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1250840 kB
SwapTotal:     4192956 kB
SwapFree:      4181364 kB
Dirty:           51692 kB
Writeback:           0 kB
Mapped:          13492 kB
Slab:            76024 kB
Committed_AS:   751084 kB
PageTables:       1468 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= 66412 MiB
End job on node29 at 2009-05-02 07:54:58