Trace number 1555446

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 293.329 293.425

General information on the benchmark

NameAPPLICATIONS/bitverif/countbitswegner/
countbitswegner064.cnf
MD5SUM1a0b22841159d2c84fdcb857229ffa08
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark155.387
Satisfiable
(Un)Satisfiability was proved
Number of variables24448
Number of clauses73151
Sum of the clauses size170683
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 248766
Number of clauses of size 324383
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.00/0.07	c ==============================================================================
0.00/0.07	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.07	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.07	c ==============================================================================
0.00/0.07	c |         0 |   73149   170681 |   21944       0        0     nan |  0.000 % |
0.68/0.73	c |         0 |   42312   121394 |      --       0       --      -- |     --   | -30835/-49282
0.68/0.73	c ==============================================================================
0.68/0.73	c Result  :   #vars: 9180   #clauses: 42312   #literals: 121394
0.68/0.73	c CPU time:   0.713891 s
0.68/0.73	c ==============================================================================
0.68/0.79	c lySAT 0.1
0.68/0.79	c minisat core +  additionnal features
0.68/0.79	c ============================[ Problem Statistics ]=============================
0.68/0.79	c |                                                                             |
0.68/0.79	c |  Number of variables:  9180                                                 |
0.68/0.79	c |  Number of clauses:    42312                                                |
0.78/0.82	c |  Parsing time:         0.02         s                                       |
293.28/293.40	c restarts              : 765
293.28/293.40	c conflicts             : 620816         (2123 /sec)
293.28/293.40	c decisions             : 969445         (1.32 % random) (3316 /sec)
293.28/293.40	c euip                  : 23091       
293.28/293.40	c propagations          : 137413928      (469965 /sec)
293.28/293.40	c conflict literals     : 44982759       (50.13 % deleted)
293.28/293.40	c Memory used           : 63.02 MB
293.28/293.40	c CPU time              : 292.392 s
293.28/293.40	c 
293.28/293.41	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-1555446-1238741151/watcher-1555446-1238741151 -o /tmp/evaluation-result-1555446-1238741151/solver-1555446-1238741151 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1555446-1238741151.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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 301
/proc/meminfo: memFree=1702192/2055920 swapFree=4176720/4192956
[pid=301] ppid=32767 vsize=5356 CPUtime=0
/proc/301/stat : 301 (lysat.sh) S 32767 301 32732 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1146780136 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/301/statm: 1339 235 195 169 0 50 0
[pid=302] ppid=301 vsize=828 CPUtime=0
/proc/302/stat : 302 (SatElite) R 301 301 32732 0 -1 4194304 135 0 0 0 0 0 0 0 20 0 1 0 1146780137 847872 119 1992294400 134512640 135034092 4294956128 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/302/statm: 207 120 50 127 0 77 0

[startup+0.102535 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 301
/proc/meminfo: memFree=1702192/2055920 swapFree=4176720/4192956
[pid=301] ppid=32767 vsize=5356 CPUtime=0
/proc/301/stat : 301 (lysat.sh) S 32767 301 32732 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1146780136 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/301/statm: 1339 235 195 169 0 50 0
[pid=302] ppid=301 vsize=11560 CPUtime=0.09
/proc/302/stat : 302 (SatElite) R 301 301 32732 0 -1 4194304 2684 0 0 0 8 1 0 0 20 0 1 0 1146780137 11837440 2524 1992294400 134512640 135034092 4294956128 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 1 0 0
/proc/302/statm: 2890 2524 68 127 0 2760 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16916

[startup+0.20155 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 301
/proc/meminfo: memFree=1702192/2055920 swapFree=4176720/4192956
[pid=301] ppid=32767 vsize=5356 CPUtime=0
/proc/301/stat : 301 (lysat.sh) S 32767 301 32732 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1146780136 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/301/statm: 1339 235 195 169 0 50 0
[pid=302] ppid=301 vsize=11900 CPUtime=0.19
/proc/302/stat : 302 (SatElite) R 301 301 32732 0 -1 4194304 2766 0 0 0 18 1 0 0 20 0 1 0 1146780137 12185600 2606 1992294400 134512640 135034092 4294956128 18446744073709551615 134548773 0 0 4096 3 0 0 0 17 1 0 0
/proc/302/statm: 2975 2606 68 127 0 2845 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 17256

[startup+0.301565 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 301
/proc/meminfo: memFree=1702192/2055920 swapFree=4176720/4192956
[pid=301] ppid=32767 vsize=5356 CPUtime=0
/proc/301/stat : 301 (lysat.sh) S 32767 301 32732 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1146780136 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/301/statm: 1339 235 195 169 0 50 0
[pid=302] ppid=301 vsize=12824 CPUtime=0.28
/proc/302/stat : 302 (SatElite) R 301 301 32732 0 -1 4194304 3003 0 0 0 27 1 0 0 21 0 1 0 1146780137 13131776 2843 1992294400 134512640 135034092 4294956128 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 1 0 0
/proc/302/statm: 3206 2843 68 127 0 3076 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 18180

[startup+0.701626 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 301
/proc/meminfo: memFree=1702192/2055920 swapFree=4176720/4192956
[pid=301] ppid=32767 vsize=5356 CPUtime=0
/proc/301/stat : 301 (lysat.sh) S 32767 301 32732 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1146780136 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/301/statm: 1339 235 195 169 0 50 0
[pid=302] ppid=301 vsize=13352 CPUtime=0.68
/proc/302/stat : 302 (SatElite) R 301 301 32732 0 -1 4194304 3203 0 0 0 67 1 0 0 25 0 1 0 1146780137 13672448 2971 1992294400 134512640 135034092 4294956128 18446744073709551615 134566588 0 0 4096 3 0 0 0 17 1 0 0
/proc/302/statm: 3338 2971 68 127 0 3208 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 18708

[startup+1.50175 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 304
/proc/meminfo: memFree=1695072/2055920 swapFree=4176720/4192956
[pid=301] ppid=32767 vsize=5356 CPUtime=0.78
/proc/301/stat : 301 (lysat.sh) S 32767 301 32732 0 -1 4194304 310 3383 0 0 0 0 76 2 15 0 1 0 1146780136 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/301/statm: 1339 237 195 169 0 50 0
[pid=304] ppid=301 vsize=5724 CPUtime=0.69
/proc/304/stat : 304 (LySATi) R 301 301 32732 0 -1 4194304 1184 0 0 0 69 0 0 0 23 0 1 0 1146780216 5861376 1169 1992294400 134512640 135226915 4294956224 18446744073709551615 134944638 0 0 4096 3 0 0 0 17 1 0 0
/proc/304/statm: 1431 1169 82 174 0 1254 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 11080

[startup+3.10199 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 304
/proc/meminfo: memFree=1694496/2055920 swapFree=4176720/4192956
[pid=301] ppid=32767 vsize=5356 CPUtime=0.78
/proc/301/stat : 301 (lysat.sh) S 32767 301 32732 0 -1 4194304 310 3383 0 0 0 0 76 2 15 0 1 0 1146780136 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/301/statm: 1339 237 195 169 0 50 0
[pid=304] ppid=301 vsize=6516 CPUtime=2.29
/proc/304/stat : 304 (LySATi) R 301 301 32732 0 -1 4194304 1409 0 0 0 229 0 0 0 25 0 1 0 1146780216 6672384 1394 1992294400 134512640 135226915 4294956224 18446744073709551615 134536860 0 0 4096 3 0 0 0 17 1 0 0
/proc/304/statm: 1629 1394 82 174 0 1452 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 11872

[startup+6.30148 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 304
/proc/meminfo: memFree=1692128/2055920 swapFree=4176720/4192956
[pid=301] ppid=32767 vsize=5356 CPUtime=0.78
/proc/301/stat : 301 (lysat.sh) S 32767 301 32732 0 -1 4194304 310 3383 0 0 0 0 76 2 15 0 1 0 1146780136 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/301/statm: 1339 237 195 169 0 50 0
[pid=304] ppid=301 vsize=8220 CPUtime=5.49
/proc/304/stat : 304 (LySATi) R 301 301 32732 0 -1 4194304 1815 0 0 0 549 0 0 0 25 0 1 0 1146780216 8417280 1800 1992294400 134512640 135226915 4294956224 18446744073709551615 134541034 0 0 4096 3 0 0 0 17 1 0 0
/proc/304/statm: 2055 1800 82 174 0 1878 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 13576

[startup+12.7015 s]
/proc/loadavg: 0.94 0.98 0.99 2/66 304
/proc/meminfo: memFree=1688688/2055920 swapFree=4176720/4192956
[pid=301] ppid=32767 vsize=5356 CPUtime=0.78
/proc/301/stat : 301 (lysat.sh) S 32767 301 32732 0 -1 4194304 310 3383 0 0 0 0 76 2 15 0 1 0 1146780136 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/301/statm: 1339 237 195 169 0 50 0
[pid=304] ppid=301 vsize=11556 CPUtime=11.89
/proc/304/stat : 304 (LySATi) R 301 301 32732 0 -1 4194304 2655 0 0 0 1188 1 0 0 25 0 1 0 1146780216 11833344 2640 1992294400 134512640 135226915 4294956224 18446744073709551615 134538530 0 0 4096 3 0 0 0 17 1 0 0
/proc/304/statm: 2889 2640 82 174 0 2712 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 16912

[startup+25.5014 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 304
/proc/meminfo: memFree=1680688/2055920 swapFree=4176720/4192956
[pid=301] ppid=32767 vsize=5356 CPUtime=0.78
/proc/301/stat : 301 (lysat.sh) S 32767 301 32732 0 -1 4194304 310 3383 0 0 0 0 76 2 15 0 1 0 1146780136 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/301/statm: 1339 237 195 169 0 50 0
[pid=304] ppid=301 vsize=19668 CPUtime=24.68
/proc/304/stat : 304 (LySATi) R 301 301 32732 0 -1 4194304 4661 0 0 0 2465 3 0 0 25 0 1 0 1146780216 20140032 4646 1992294400 134512640 135226915 4294956224 18446744073709551615 134537392 0 0 4096 3 0 0 0 17 1 0 0
/proc/304/statm: 4917 4646 82 174 0 4740 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 25024

[startup+51.1013 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 304
/proc/meminfo: memFree=1674032/2055920 swapFree=4176720/4192956
[pid=301] ppid=32767 vsize=5356 CPUtime=0.78
/proc/301/stat : 301 (lysat.sh) S 32767 301 32732 0 -1 4194304 310 3383 0 0 0 0 76 2 15 0 1 0 1146780136 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/301/statm: 1339 237 195 169 0 50 0
[pid=304] ppid=301 vsize=26232 CPUtime=50.27
/proc/304/stat : 304 (LySATi) R 301 301 32732 0 -1 4194304 6323 0 0 0 5023 4 0 0 25 0 1 0 1146780216 26861568 6308 1992294400 134512640 135226915 4294956224 18446744073709551615 134537000 0 0 4096 3 0 0 0 17 1 0 0
/proc/304/statm: 6558 6308 82 174 0 6381 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 31588

[startup+102.301 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 304
/proc/meminfo: memFree=1656624/2055920 swapFree=4176720/4192956
[pid=301] ppid=32767 vsize=5356 CPUtime=0.78
/proc/301/stat : 301 (lysat.sh) S 32767 301 32732 0 -1 4194304 310 3383 0 0 0 0 76 2 15 0 1 0 1146780136 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/301/statm: 1339 237 195 169 0 50 0
[pid=304] ppid=301 vsize=44004 CPUtime=101.46
/proc/304/stat : 304 (LySATi) R 301 301 32732 0 -1 4194304 10681 0 0 0 10139 7 0 0 25 0 1 0 1146780216 45060096 10666 1992294400 134512640 135226915 4294956224 18446744073709551615 134537059 0 0 4096 3 0 0 0 17 1 0 0
/proc/304/statm: 11001 10666 82 174 0 10824 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 49360

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 304
/proc/meminfo: memFree=1648048/2055920 swapFree=4176720/4192956
[pid=301] ppid=32767 vsize=5356 CPUtime=0.78
/proc/301/stat : 301 (lysat.sh) S 32767 301 32732 0 -1 4194304 310 3383 0 0 0 0 76 2 15 0 1 0 1146780136 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/301/statm: 1339 237 195 169 0 50 0
[pid=304] ppid=301 vsize=52480 CPUtime=161.44
/proc/304/stat : 304 (LySATi) R 301 301 32732 0 -1 4194304 12823 0 0 0 16135 9 0 0 25 0 1 0 1146780216 53739520 12808 1992294400 134512640 135226915 4294956224 18446744073709551615 134537539 0 0 4096 3 0 0 0 17 1 0 0
/proc/304/statm: 13120 12808 82 174 0 12943 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 57836

[startup+222.307 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 304
/proc/meminfo: memFree=1642288/2055920 swapFree=4176720/4192956
[pid=301] ppid=32767 vsize=5356 CPUtime=0.78
/proc/301/stat : 301 (lysat.sh) S 32767 301 32732 0 -1 4194304 310 3383 0 0 0 0 76 2 15 0 1 0 1146780136 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/301/statm: 1339 237 195 169 0 50 0
[pid=304] ppid=301 vsize=58440 CPUtime=221.43
/proc/304/stat : 304 (LySATi) R 301 301 32732 0 -1 4194304 14245 0 0 0 22132 11 0 0 25 0 1 0 1146780216 59842560 14230 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/304/statm: 14610 14230 82 174 0 14433 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 63796

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 304
/proc/meminfo: memFree=1639536/2055920 swapFree=4176720/4192956
[pid=301] ppid=32767 vsize=5356 CPUtime=0.78
/proc/301/stat : 301 (lysat.sh) S 32767 301 32732 0 -1 4194304 310 3383 0 0 0 0 76 2 15 0 1 0 1146780136 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/301/statm: 1339 237 195 169 0 50 0
[pid=304] ppid=301 vsize=61576 CPUtime=281.4
/proc/304/stat : 304 (LySATi) R 301 301 32732 0 -1 4194304 14967 0 0 0 28129 11 0 0 25 0 1 0 1146780216 63053824 14952 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 1 0 0
/proc/304/statm: 15394 14952 82 174 0 15217 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 66932

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

[startup+288.003 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 304
/proc/meminfo: memFree=1638000/2055920 swapFree=4176720/4192956
[pid=301] ppid=32767 vsize=5356 CPUtime=0.78
/proc/301/stat : 301 (lysat.sh) S 32767 301 32732 0 -1 4194304 310 3383 0 0 0 0 76 2 15 0 1 0 1146780136 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/301/statm: 1339 237 195 169 0 50 0
[pid=304] ppid=301 vsize=63220 CPUtime=287.11
/proc/304/stat : 304 (LySATi) R 301 301 32732 0 -1 4194304 15383 0 0 0 28699 12 0 0 25 0 1 0 1146780216 64737280 15368 1992294400 134512640 135226915 4294956224 18446744073709551615 134543500 0 0 4096 3 0 0 0 17 1 0 0
/proc/304/statm: 15805 15368 82 174 0 15628 0
Current children cumulated CPU time (s) 287.89
Current children cumulated vsize (KiB) 68576

[startup+291.201 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 304
/proc/meminfo: memFree=1637232/2055920 swapFree=4176720/4192956
[pid=301] ppid=32767 vsize=5356 CPUtime=0.78
/proc/301/stat : 301 (lysat.sh) S 32767 301 32732 0 -1 4194304 310 3383 0 0 0 0 76 2 15 0 1 0 1146780136 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/301/statm: 1339 237 195 169 0 50 0
[pid=304] ppid=301 vsize=63908 CPUtime=290.3
/proc/304/stat : 304 (LySATi) R 301 301 32732 0 -1 4194304 15549 0 0 0 29018 12 0 0 25 0 1 0 1146780216 65441792 15534 1992294400 134512640 135226915 4294956224 18446744073709551615 134536930 0 0 4096 3 0 0 0 17 1 0 0
/proc/304/statm: 15977 15534 82 174 0 15800 0
Current children cumulated CPU time (s) 291.08
Current children cumulated vsize (KiB) 69264

[startup+292.801 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 304
/proc/meminfo: memFree=1636464/2055920 swapFree=4176720/4192956
[pid=301] ppid=32767 vsize=5356 CPUtime=0.78
/proc/301/stat : 301 (lysat.sh) S 32767 301 32732 0 -1 4194304 310 3383 0 0 0 0 76 2 15 0 1 0 1146780136 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/301/statm: 1339 237 195 169 0 50 0
[pid=304] ppid=301 vsize=64532 CPUtime=291.9
/proc/304/stat : 304 (LySATi) R 301 301 32732 0 -1 4194304 15706 0 0 0 29178 12 0 0 25 0 1 0 1146780216 66080768 15691 1992294400 134512640 135226915 4294956224 18446744073709551615 134538530 0 0 4096 3 0 0 0 17 1 0 0
/proc/304/statm: 16133 15691 82 174 0 15956 0
Current children cumulated CPU time (s) 292.68
Current children cumulated vsize (KiB) 69888

[startup+293.202 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 304
/proc/meminfo: memFree=1636464/2055920 swapFree=4176720/4192956
[pid=301] ppid=32767 vsize=5356 CPUtime=0.78
/proc/301/stat : 301 (lysat.sh) S 32767 301 32732 0 -1 4194304 310 3383 0 0 0 0 76 2 15 0 1 0 1146780136 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/301/statm: 1339 237 195 169 0 50 0
[pid=304] ppid=301 vsize=64532 CPUtime=292.3
/proc/304/stat : 304 (LySATi) R 301 301 32732 0 -1 4194304 15715 0 0 0 29218 12 0 0 25 0 1 0 1146780216 66080768 15700 1992294400 134512640 135226915 4294956224 18446744073709551615 134537154 0 0 4096 3 0 0 0 17 1 0 0
/proc/304/statm: 16133 15700 82 174 0 15956 0
Current children cumulated CPU time (s) 293.08
Current children cumulated vsize (KiB) 69888

[startup+293.402 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 304
/proc/meminfo: memFree=1636464/2055920 swapFree=4176720/4192956
[pid=301] ppid=32767 vsize=5356 CPUtime=0.78
/proc/301/stat : 301 (lysat.sh) S 32767 301 32732 0 -1 4194304 310 3383 0 0 0 0 76 2 15 0 1 0 1146780136 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/301/statm: 1339 237 195 169 0 50 0
[pid=304] ppid=301 vsize=64532 CPUtime=292.5
/proc/304/stat : 304 (LySATi) R 301 301 32732 0 -1 4194304 15717 0 0 0 29238 12 0 0 25 0 1 0 1146780216 66080768 15702 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/304/statm: 16133 15702 82 174 0 15956 0
Current children cumulated CPU time (s) 293.28
Current children cumulated vsize (KiB) 69888

Child status: 20
Real time (s): 293.425
CPU time (s): 293.329
CPU user time (s): 293.161
CPU system time (s): 0.167974
CPU usage (%): 99.9675
Max. virtual memory (cumulated for all children) (KiB): 69888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 293.161
system time used= 0.167974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19572
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= 818

runsolver used 0.342947 second user time and 0.730888 second system time

The end

Launcher Data

Begin job on node34 at 2009-04-03 08:45:51
IDJOB=1555446
IDBENCH=70800
IDSOLVER=511
FILE ID=node34/1555446-1238741151
PBS_JOBID= 9085435
Free space on /tmp= 66480 MiB

SOLVER NAME= LySAT i/2009-03-20
BENCH NAME= SAT09/APPLICATIONS/bitverif/countbitswegner/countbitswegner064.cnf
COMMAND LINE= lysat.sh BENCHNAME i
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1555446-1238741151/watcher-1555446-1238741151 -o /tmp/evaluation-result-1555446-1238741151/solver-1555446-1238741151 -C 1200 -W 1800 -M 1800 --output-limit 1,15  lysat.sh HOME/instance-1555446-1238741151.cnf i

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

MD5SUM BENCH= 1a0b22841159d2c84fdcb857229ffa08
RANDOM SEED=1880961012

node34.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.259
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.259
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:       1702672 kB
Buffers:         50212 kB
Cached:         218580 kB
SwapCached:      10076 kB
Active:          52056 kB
Inactive:       228196 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1702672 kB
SwapTotal:     4192956 kB
SwapFree:      4176720 kB
Dirty:            3544 kB
Writeback:           0 kB
Mapped:          17100 kB
Slab:            59016 kB
Committed_AS:  2931108 kB
PageTables:       1388 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= 66480 MiB
End job on node34 at 2009-04-03 08:50:45