Trace number 1577466

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
LySAT i/2009-03-20UNSAT 513.077 513.33

General information on the benchmark

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

Solver Data

0.00/0.00	c Parsing...
0.99/1.10	c ==============================================================================
0.99/1.10	c |           |     ORIGINAL     |              LEARNT              |          |
0.99/1.10	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.99/1.10	c ==============================================================================
0.99/1.10	c |         0 | 1108439  3246165 |  332531       0        0     nan |  0.000 % |
17.48/17.57	c |         0 |  365178  1362642 |      --       0       --      -- |     --   | -599968/-1491637
17.48/17.57	c ==============================================================================
17.48/17.57	c Result  :   #vars: 34857   #clauses: 365178   #literals: 1362642
17.48/17.57	c CPU time:   17.3064 s
17.48/17.57	c ==============================================================================
18.08/18.17	c lySAT 0.1
18.08/18.17	c minisat core +  additionnal features
18.08/18.17	c ============================[ Problem Statistics ]=============================
18.08/18.17	c |                                                                             |
18.08/18.18	c |  Number of variables:  34857                                                |
18.08/18.18	c |  Number of clauses:    365178                                               |
18.15/18.43	c |  Parsing time:         0.23         s                                       |
513.03/513.30	c restarts              : 1117
513.03/513.30	c conflicts             : 877214         (1773 /sec)
513.03/513.30	c decisions             : 1547024        (8.77 % random) (3127 /sec)
513.03/513.30	c euip                  : 40457       
513.03/513.30	c propagations          : 508837912      (1028444 /sec)
513.03/513.30	c conflict literals     : 24165963       (41.61 % deleted)
513.03/513.30	c Memory used           : 64.03 MB
513.03/513.30	c CPU time              : 494.765 s
513.03/513.30	c 
513.03/513.31	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-1577466-1241001605/watcher-1577466-1241001605 -o /tmp/evaluation-result-1577466-1241001605/solver-1577466-1241001605 -C 1200 -W 1800 -M 1800 lysat.sh HOME/instance-1577466-1241001605.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.00 1.00 0.91 3/64 24638
/proc/meminfo: memFree=1262704/2055920 swapFree=4174088/4192956
[pid=24638] ppid=24636 vsize=1964 CPUtime=0
/proc/24638/stat : 24638 (lysat.sh) R 24636 24638 24453 0 -1 4194304 50 0 0 0 0 0 0 0 20 0 1 0 128188733 2011136 34 1992294400 4194304 4889804 548682068816 18446744073709551615 240574822749 0 0 4096 0 0 0 0 17 1 0 0
/proc/24638/statm: 491 34 26 169 0 8 0

[startup+0.0329591 s]
/proc/loadavg: 1.00 1.00 0.91 3/64 24638
/proc/meminfo: memFree=1262704/2055920 swapFree=4174088/4192956
[pid=24638] ppid=24636 vsize=5356 CPUtime=0
/proc/24638/stat : 24638 (lysat.sh) S 24636 24638 24453 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 128188733 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24638/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101961 s]
/proc/loadavg: 1.00 1.00 0.91 3/64 24638
/proc/meminfo: memFree=1262704/2055920 swapFree=4174088/4192956
[pid=24638] ppid=24636 vsize=5356 CPUtime=0
/proc/24638/stat : 24638 (lysat.sh) S 24636 24638 24453 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 128188733 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24638/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301978 s]
/proc/loadavg: 1.00 1.00 0.91 3/64 24638
/proc/meminfo: memFree=1262704/2055920 swapFree=4174088/4192956
[pid=24638] ppid=24636 vsize=5356 CPUtime=0
/proc/24638/stat : 24638 (lysat.sh) S 24636 24638 24453 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 128188733 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24638/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.702014 s]
/proc/loadavg: 1.00 1.00 0.91 3/64 24638
/proc/meminfo: memFree=1262704/2055920 swapFree=4174088/4192956
[pid=24638] ppid=24636 vsize=5356 CPUtime=0
/proc/24638/stat : 24638 (lysat.sh) S 24636 24638 24453 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 128188733 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24638/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50109 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 24640
/proc/meminfo: memFree=1154784/2055920 swapFree=4174088/4192956
[pid=24638] ppid=24636 vsize=5356 CPUtime=0
/proc/24638/stat : 24638 (lysat.sh) S 24636 24638 24453 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 128188733 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24638/statm: 1339 235 195 169 0 50 0
[pid=24640] ppid=24638 vsize=125112 CPUtime=1.48
/proc/24640/stat : 24640 (SatElite) R 24638 24638 24453 0 -1 4194304 29749 0 0 0 132 16 0 0 25 0 1 0 128188733 128114688 29656 1992294400 134512640 135034092 4294956112 18446744073709551615 134540970 0 0 4096 3 0 0 0 17 1 0 0
/proc/24640/statm: 31278 29656 64 127 0 31148 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 130468

[startup+3.10122 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 24640
/proc/meminfo: memFree=1133920/2055920 swapFree=4174088/4192956
[pid=24638] ppid=24636 vsize=5356 CPUtime=0
/proc/24638/stat : 24638 (lysat.sh) S 24636 24638 24453 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 128188733 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24638/statm: 1339 235 195 169 0 50 0
[pid=24640] ppid=24638 vsize=136812 CPUtime=3.07
/proc/24640/stat : 24640 (SatElite) R 24638 24638 24453 0 -1 4194304 32221 0 0 0 290 17 0 0 25 0 1 0 128188733 140095488 32128 1992294400 134512640 135034092 4294956112 18446744073709551615 134540980 0 0 4096 3 0 0 0 17 0 0 0
/proc/24640/statm: 34203 32128 67 127 0 34073 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 142168

[startup+6.30151 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 24640
/proc/meminfo: memFree=1133920/2055920 swapFree=4174088/4192956
[pid=24638] ppid=24636 vsize=5356 CPUtime=0
/proc/24638/stat : 24638 (lysat.sh) S 24636 24638 24453 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 128188733 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24638/statm: 1339 235 195 169 0 50 0
[pid=24640] ppid=24638 vsize=136812 CPUtime=6.27
/proc/24640/stat : 24640 (SatElite) R 24638 24638 24453 0 -1 4194304 32253 0 0 0 610 17 0 0 25 0 1 0 128188733 140095488 32160 1992294400 134512640 135034092 4294956112 18446744073709551615 134541269 0 0 4096 3 0 0 0 17 0 0 0
/proc/24640/statm: 34203 32160 67 127 0 34073 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 142168

[startup+12.7011 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 24640
/proc/meminfo: memFree=1133408/2055920 swapFree=4174088/4192956
[pid=24638] ppid=24636 vsize=5356 CPUtime=0
/proc/24638/stat : 24638 (lysat.sh) S 24636 24638 24453 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 128188733 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24638/statm: 1339 235 195 169 0 50 0
[pid=24640] ppid=24638 vsize=137324 CPUtime=12.68
/proc/24640/stat : 24640 (SatElite) R 24638 24638 24453 0 -1 4194304 32412 0 0 0 1250 18 0 0 25 0 1 0 128188733 140619776 32319 1992294400 134512640 135034092 4294956112 18446744073709551615 134540715 0 0 4096 3 0 0 0 17 0 0 0
/proc/24640/statm: 34331 32319 67 127 0 34201 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 142680

[startup+25.5012 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 24641
/proc/meminfo: memFree=1214944/2055920 swapFree=4174088/4192956
[pid=24638] ppid=24636 vsize=5356 CPUtime=18.15
/proc/24638/stat : 24638 (lysat.sh) S 24636 24638 24453 0 -1 4194304 310 39117 0 0 0 0 1784 31 16 0 1 0 128188733 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24638/statm: 1339 237 195 169 0 50 0
[pid=24641] ppid=24638 vsize=28884 CPUtime=7.31
/proc/24641/stat : 24641 (LySATi) R 24638 24638 24453 0 -1 4194304 6919 0 0 0 728 3 0 0 25 0 1 0 128190550 29577216 6904 1992294400 134512640 135226915 4294956224 18446744073709551615 134537088 0 0 4096 3 0 0 0 17 0 0 0
/proc/24641/statm: 7221 6904 81 174 0 7044 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 34240

[startup+51.1014 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 24641
/proc/meminfo: memFree=1209632/2055920 swapFree=4174088/4192956
[pid=24638] ppid=24636 vsize=5356 CPUtime=18.15
/proc/24638/stat : 24638 (lysat.sh) S 24636 24638 24453 0 -1 4194304 310 39117 0 0 0 0 1784 31 16 0 1 0 128188733 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24638/statm: 1339 237 195 169 0 50 0
[pid=24641] ppid=24638 vsize=34860 CPUtime=32.88
/proc/24641/stat : 24641 (LySATi) R 24638 24638 24453 0 -1 4194304 8388 0 0 0 3284 4 0 0 25 0 1 0 128190550 35696640 8373 1992294400 134512640 135226915 4294956224 18446744073709551615 134536899 0 0 4096 3 0 0 0 17 1 0 0
/proc/24641/statm: 8715 8373 81 174 0 8538 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 40216

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 24641
/proc/meminfo: memFree=1202336/2055920 swapFree=4174088/4192956
[pid=24638] ppid=24636 vsize=5356 CPUtime=18.15
/proc/24638/stat : 24638 (lysat.sh) S 24636 24638 24453 0 -1 4194304 310 39117 0 0 0 0 1784 31 16 0 1 0 128188733 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24638/statm: 1339 237 195 169 0 50 0
[pid=24641] ppid=24638 vsize=41996 CPUtime=84.05
/proc/24641/stat : 24641 (LySATi) R 24638 24638 24453 0 -1 4194304 10165 0 0 0 8399 6 0 0 25 0 1 0 128190550 43003904 10150 1992294400 134512640 135226915 4294956224 18446744073709551615 134536821 0 0 4096 3 0 0 0 17 0 0 0
/proc/24641/statm: 10499 10150 81 174 0 10322 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 47352

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 24641
/proc/meminfo: memFree=1198240/2055920 swapFree=4174088/4192956
[pid=24638] ppid=24636 vsize=5356 CPUtime=18.15
/proc/24638/stat : 24638 (lysat.sh) S 24636 24638 24453 0 -1 4194304 310 39117 0 0 0 0 1784 31 16 0 1 0 128188733 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24638/statm: 1339 237 195 169 0 50 0
[pid=24641] ppid=24638 vsize=46116 CPUtime=144.01
/proc/24641/stat : 24641 (LySATi) R 24638 24638 24453 0 -1 4194304 11178 0 0 0 14395 6 0 0 25 0 1 0 128190550 47222784 11163 1992294400 134512640 135226915 4294956224 18446744073709551615 134537088 0 0 4096 3 0 0 0 17 0 0 0
/proc/24641/statm: 11529 11163 81 174 0 11352 0
Current children cumulated CPU time (s) 162.16
Current children cumulated vsize (KiB) 51472

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 24641
/proc/meminfo: memFree=1192864/2055920 swapFree=4174088/4192956
[pid=24638] ppid=24636 vsize=5356 CPUtime=18.15
/proc/24638/stat : 24638 (lysat.sh) S 24636 24638 24453 0 -1 4194304 310 39117 0 0 0 0 1784 31 16 0 1 0 128188733 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24638/statm: 1339 237 195 169 0 50 0
[pid=24641] ppid=24638 vsize=51604 CPUtime=204
/proc/24641/stat : 24641 (LySATi) R 24638 24638 24453 0 -1 4194304 12517 0 0 0 20392 8 0 0 25 0 1 0 128190550 52842496 12502 1992294400 134512640 135226915 4294956224 18446744073709551615 134537000 0 0 4096 3 0 0 0 17 0 0 0
/proc/24641/statm: 12901 12502 81 174 0 12724 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 56960

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 24641
/proc/meminfo: memFree=1191584/2055920 swapFree=4174088/4192956
[pid=24638] ppid=24636 vsize=5356 CPUtime=18.15
/proc/24638/stat : 24638 (lysat.sh) S 24636 24638 24453 0 -1 4194304 310 39117 0 0 0 0 1784 31 16 0 1 0 128188733 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24638/statm: 1339 237 195 169 0 50 0
[pid=24641] ppid=24638 vsize=53068 CPUtime=263.96
/proc/24641/stat : 24641 (LySATi) R 24638 24638 24453 0 -1 4194304 12836 0 0 0 26388 8 0 0 25 0 1 0 128190550 54341632 12821 1992294400 134512640 135226915 4294956224 18446744073709551615 134525856 0 0 4096 3 0 0 0 17 0 0 0
/proc/24641/statm: 13267 12821 81 174 0 13090 0
Current children cumulated CPU time (s) 282.11
Current children cumulated vsize (KiB) 58424

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 24641
/proc/meminfo: memFree=1190816/2055920 swapFree=4174088/4192956
[pid=24638] ppid=24636 vsize=5356 CPUtime=18.15
/proc/24638/stat : 24638 (lysat.sh) S 24636 24638 24453 0 -1 4194304 310 39117 0 0 0 0 1784 31 16 0 1 0 128188733 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24638/statm: 1339 237 195 169 0 50 0
[pid=24641] ppid=24638 vsize=53916 CPUtime=323.94
/proc/24641/stat : 24641 (LySATi) R 24638 24638 24453 0 -1 4194304 13022 0 0 0 32386 8 0 0 25 0 1 0 128190550 55209984 13007 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/24641/statm: 13479 13007 81 174 0 13302 0
Current children cumulated CPU time (s) 342.09
Current children cumulated vsize (KiB) 59272

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 24641
/proc/meminfo: memFree=1181920/2055920 swapFree=4174088/4192956
[pid=24638] ppid=24636 vsize=5356 CPUtime=18.15
/proc/24638/stat : 24638 (lysat.sh) S 24636 24638 24453 0 -1 4194304 310 39117 0 0 0 0 1784 31 16 0 1 0 128188733 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24638/statm: 1339 237 195 169 0 50 0
[pid=24641] ppid=24638 vsize=62928 CPUtime=383.92
/proc/24641/stat : 24641 (LySATi) R 24638 24638 24453 0 -1 4194304 15251 0 0 0 38381 11 0 0 25 0 1 0 128190550 64438272 15236 1992294400 134512640 135226915 4294956224 18446744073709551615 134543500 0 0 4096 3 0 0 0 17 0 0 0
/proc/24641/statm: 15732 15236 81 174 0 15555 0
Current children cumulated CPU time (s) 402.07
Current children cumulated vsize (KiB) 68284

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 24641
/proc/meminfo: memFree=1179296/2055920 swapFree=4174088/4192956
[pid=24638] ppid=24636 vsize=5356 CPUtime=18.15
/proc/24638/stat : 24638 (lysat.sh) S 24636 24638 24453 0 -1 4194304 310 39117 0 0 0 0 1784 31 16 0 1 0 128188733 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24638/statm: 1339 237 195 169 0 50 0
[pid=24641] ppid=24638 vsize=65564 CPUtime=443.9
/proc/24641/stat : 24641 (LySATi) R 24638 24638 24453 0 -1 4194304 15887 0 0 0 44378 12 0 0 25 0 1 0 128190550 67137536 15872 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/24641/statm: 16391 15872 81 174 0 16214 0
Current children cumulated CPU time (s) 462.05
Current children cumulated vsize (KiB) 70920

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

[startup+486.302 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 24641
/proc/meminfo: memFree=1179232/2055920 swapFree=4174088/4192956
[pid=24638] ppid=24636 vsize=5356 CPUtime=18.15
/proc/24638/stat : 24638 (lysat.sh) S 24636 24638 24453 0 -1 4194304 310 39117 0 0 0 0 1784 31 16 0 1 0 128188733 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24638/statm: 1339 237 195 169 0 50 0
[pid=24641] ppid=24638 vsize=65564 CPUtime=467.89
/proc/24641/stat : 24641 (LySATi) R 24638 24638 24453 0 -1 4194304 15887 0 0 0 46777 12 0 0 25 0 1 0 128190550 67137536 15872 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/24641/statm: 16391 15872 81 174 0 16214 0
Current children cumulated CPU time (s) 486.04
Current children cumulated vsize (KiB) 70920

[startup+499.102 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 24641
/proc/meminfo: memFree=1179232/2055920 swapFree=4174088/4192956
[pid=24638] ppid=24636 vsize=5356 CPUtime=18.15
/proc/24638/stat : 24638 (lysat.sh) S 24636 24638 24453 0 -1 4194304 310 39117 0 0 0 0 1784 31 16 0 1 0 128188733 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24638/statm: 1339 237 195 169 0 50 0
[pid=24641] ppid=24638 vsize=65564 CPUtime=480.68
/proc/24641/stat : 24641 (LySATi) R 24638 24638 24453 0 -1 4194304 15887 0 0 0 48056 12 0 0 25 0 1 0 128190550 67137536 15872 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/24641/statm: 16391 15872 81 174 0 16214 0
Current children cumulated CPU time (s) 498.83
Current children cumulated vsize (KiB) 70920

[startup+505.501 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 24641
/proc/meminfo: memFree=1179232/2055920 swapFree=4174088/4192956
[pid=24638] ppid=24636 vsize=5356 CPUtime=18.15
/proc/24638/stat : 24638 (lysat.sh) S 24636 24638 24453 0 -1 4194304 310 39117 0 0 0 0 1784 31 16 0 1 0 128188733 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24638/statm: 1339 237 195 169 0 50 0
[pid=24641] ppid=24638 vsize=65564 CPUtime=487.08
/proc/24641/stat : 24641 (LySATi) R 24638 24638 24453 0 -1 4194304 15887 0 0 0 48696 12 0 0 25 0 1 0 128190550 67137536 15872 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/24641/statm: 16391 15872 81 174 0 16214 0
Current children cumulated CPU time (s) 505.23
Current children cumulated vsize (KiB) 70920

[startup+508.702 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 24641
/proc/meminfo: memFree=1179232/2055920 swapFree=4174088/4192956
[pid=24638] ppid=24636 vsize=5356 CPUtime=18.15
/proc/24638/stat : 24638 (lysat.sh) S 24636 24638 24453 0 -1 4194304 310 39117 0 0 0 0 1784 31 16 0 1 0 128188733 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24638/statm: 1339 237 195 169 0 50 0
[pid=24641] ppid=24638 vsize=65564 CPUtime=490.28
/proc/24641/stat : 24641 (LySATi) R 24638 24638 24453 0 -1 4194304 15887 0 0 0 49016 12 0 0 25 0 1 0 128190550 67137536 15872 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/24641/statm: 16391 15872 81 174 0 16214 0
Current children cumulated CPU time (s) 508.43
Current children cumulated vsize (KiB) 70920

[startup+511.902 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 24641
/proc/meminfo: memFree=1179232/2055920 swapFree=4174088/4192956
[pid=24638] ppid=24636 vsize=5356 CPUtime=18.15
/proc/24638/stat : 24638 (lysat.sh) S 24636 24638 24453 0 -1 4194304 310 39117 0 0 0 0 1784 31 16 0 1 0 128188733 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24638/statm: 1339 237 195 169 0 50 0
[pid=24641] ppid=24638 vsize=65564 CPUtime=493.48
/proc/24641/stat : 24641 (LySATi) R 24638 24638 24453 0 -1 4194304 15887 0 0 0 49336 12 0 0 25 0 1 0 128190550 67137536 15872 1992294400 134512640 135226915 4294956224 18446744073709551615 134536701 0 0 4096 3 0 0 0 17 0 0 0
/proc/24641/statm: 16391 15872 81 174 0 16214 0
Current children cumulated CPU time (s) 511.63
Current children cumulated vsize (KiB) 70920

[startup+512.702 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 24641
/proc/meminfo: memFree=1179232/2055920 swapFree=4174088/4192956
[pid=24638] ppid=24636 vsize=5356 CPUtime=18.15
/proc/24638/stat : 24638 (lysat.sh) S 24636 24638 24453 0 -1 4194304 310 39117 0 0 0 0 1784 31 16 0 1 0 128188733 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24638/statm: 1339 237 195 169 0 50 0
[pid=24641] ppid=24638 vsize=65564 CPUtime=494.28
/proc/24641/stat : 24641 (LySATi) R 24638 24638 24453 0 -1 4194304 15887 0 0 0 49416 12 0 0 25 0 1 0 128190550 67137536 15872 1992294400 134512640 135226915 4294956224 18446744073709551615 134544421 0 0 4096 3 0 0 0 17 0 0 0
/proc/24641/statm: 16391 15872 81 174 0 16214 0
Current children cumulated CPU time (s) 512.43
Current children cumulated vsize (KiB) 70920

[startup+513.102 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 24641
/proc/meminfo: memFree=1179232/2055920 swapFree=4174088/4192956
[pid=24638] ppid=24636 vsize=5356 CPUtime=18.15
/proc/24638/stat : 24638 (lysat.sh) S 24636 24638 24453 0 -1 4194304 310 39117 0 0 0 0 1784 31 16 0 1 0 128188733 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24638/statm: 1339 237 195 169 0 50 0
[pid=24641] ppid=24638 vsize=65564 CPUtime=494.68
/proc/24641/stat : 24641 (LySATi) R 24638 24638 24453 0 -1 4194304 15887 0 0 0 49456 12 0 0 25 0 1 0 128190550 67137536 15872 1992294400 134512640 135226915 4294956224 18446744073709551615 134536701 0 0 4096 3 0 0 0 17 0 0 0
/proc/24641/statm: 16391 15872 81 174 0 16214 0
Current children cumulated CPU time (s) 512.83
Current children cumulated vsize (KiB) 70920

[startup+513.302 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 24641
/proc/meminfo: memFree=1179232/2055920 swapFree=4174088/4192956
[pid=24638] ppid=24636 vsize=5356 CPUtime=18.15
/proc/24638/stat : 24638 (lysat.sh) S 24636 24638 24453 0 -1 4194304 310 39117 0 0 0 0 1784 31 16 0 1 0 128188733 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24638/statm: 1339 237 195 169 0 50 0
[pid=24641] ppid=24638 vsize=65564 CPUtime=494.88
/proc/24641/stat : 24641 (LySATi) R 24638 24638 24453 0 -1 4194304 15887 0 0 0 49476 12 0 0 25 0 1 0 128190550 67137536 15872 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/24641/statm: 16391 15872 81 174 0 16214 0
Current children cumulated CPU time (s) 513.03
Current children cumulated vsize (KiB) 70920

Child status: 20
Real time (s): 513.33
CPU time (s): 513.077
CPU user time (s): 512.613
CPU system time (s): 0.463929
CPU usage (%): 99.9508
Max. virtual memory (cumulated for all children) (KiB): 153060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 512.613
system time used= 0.463929
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55476
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 42
involuntary context switches= 1634

runsolver used 0.486925 second user time and 1.38579 second system time

The end

Launcher Data

Begin job on node50 at 2009-04-29 12:40:07
IDJOB=1577466
IDBENCH=70960
IDSOLVER=511
FILE ID=node50/1577466-1241001605
PBS_JOBID= 9204820
Free space on /tmp= 66496 MiB

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

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

MD5SUM BENCH= eb71c8cb3482ee70f1c98af8944179ca
RANDOM SEED=745195340

node50.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.216
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.216
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:       1263120 kB
Buffers:         54624 kB
Cached:         653316 kB
SwapCached:      13132 kB
Active:         161472 kB
Inactive:       561212 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1263120 kB
SwapTotal:     4192956 kB
SwapFree:      4174088 kB
Dirty:           25284 kB
Writeback:           0 kB
Mapped:          13456 kB
Slab:            56056 kB
Committed_AS:   445996 kB
PageTables:       1448 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= 66496 MiB
End job on node50 at 2009-04-29 12:48:40