Trace number 1581730

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 322.508 322.607

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UTI-10-10p0.cnf
MD5SUM76f64a29755badc2dae8f70e8e96bc3e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark33.4389
Satisfiable
(Un)Satisfiability was proved
Number of variables130859
Number of clauses627223
Sum of the clauses size1471348
Maximum clause length10
Minimum clause length1
Number of clauses of size 16856
Number of clauses of size 2498729
Number of clauses of size 387598
Number of clauses of size 43780
Number of clauses of size 515120
Number of clauses of size over 515140

Solver Data

0.00/0.00	c Parsing...
0.69/0.73	c ==============================================================================
0.69/0.73	c |           |     ORIGINAL     |              LEARNT              |          |
0.69/0.73	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.69/0.73	c ==============================================================================
0.69/0.73	c |         0 |  619932  1463622 |  185979       0        0     nan |  0.000 % |
3.98/4.05	c |         0 |  393355  1091119 |      --       0       --      -- |     --   | -54955/20412
3.98/4.06	c ==============================================================================
3.98/4.06	c Result  :   #vars: 65019   #clauses: 393355   #literals: 1091119
3.98/4.06	c CPU time:   3.90541 s
3.98/4.06	c ==============================================================================
4.48/4.59	c lySAT 0.1
4.48/4.59	c minisat core +  additionnal features
4.48/4.59	c ============================[ Problem Statistics ]=============================
4.48/4.59	c |                                                                             |
4.48/4.59	c |  Number of variables:  65019                                                |
4.48/4.59	c |  Number of clauses:    393355                                               |
4.58/4.87	c |  Parsing time:         0.24         s                                       |
322.38/322.58	c restarts              : 1830
322.38/322.58	c conflicts             : 235495         (741 /sec)
322.38/322.58	c decisions             : 1655082        (3.59 % random) (5209 /sec)
322.38/322.58	c euip                  : 13753       
322.38/322.58	c propagations          : 378854222      (1192439 /sec)
322.38/322.58	c conflict literals     : 40437261       (28.03 % deleted)
322.38/322.58	c Memory used           : 84.59 MB
322.38/322.58	c CPU time              : 317.714 s
322.38/322.58	c 
322.38/322.59	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-1581730-1238932020/watcher-1581730-1238932020 -o /tmp/evaluation-result-1581730-1238932020/solver-1581730-1238932020 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1581730-1238932020.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.99 0.97 0.99 3/80 26421
/proc/meminfo: memFree=1656016/2055912 swapFree=4170592/4192956
[pid=26421] ppid=26419 vsize=5356 CPUtime=0
/proc/26421/stat : 26421 (lysat.sh) S 26419 26421 26203 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1165866034 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26421/statm: 1339 235 195 169 0 50 0
[pid=26422] ppid=26421 vsize=3064 CPUtime=0
/proc/26422/stat : 26422 (SatElite) R 26421 26421 26203 0 -1 4194304 592 0 0 0 0 0 0 0 18 0 1 0 1165866035 3137536 576 1992294400 134512640 135034092 4294956112 18446744073709551615 134695081 0 0 4096 3 0 0 0 17 1 0 0
/proc/26422/statm: 862 576 50 127 0 732 0

[startup+0.071899 s]
/proc/loadavg: 0.99 0.97 0.99 3/80 26421
/proc/meminfo: memFree=1656016/2055912 swapFree=4170592/4192956
[pid=26421] ppid=26419 vsize=5356 CPUtime=0
/proc/26421/stat : 26421 (lysat.sh) S 26419 26421 26203 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1165866034 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26421/statm: 1339 235 195 169 0 50 0
[pid=26422] ppid=26421 vsize=15880 CPUtime=0.05
/proc/26422/stat : 26422 (SatElite) R 26421 26421 26203 0 -1 4194304 3559 0 0 0 4 1 0 0 18 0 1 0 1165866035 16261120 3487 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/26422/statm: 3970 3487 50 127 0 3840 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 21236

[startup+0.101902 s]
/proc/loadavg: 0.99 0.97 0.99 3/80 26421
/proc/meminfo: memFree=1656016/2055912 swapFree=4170592/4192956
[pid=26421] ppid=26419 vsize=5356 CPUtime=0
/proc/26421/stat : 26421 (lysat.sh) S 26419 26421 26203 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1165866034 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26421/statm: 1339 235 195 169 0 50 0
[pid=26422] ppid=26421 vsize=19436 CPUtime=0.09
/proc/26422/stat : 26422 (SatElite) R 26421 26421 26203 0 -1 4194304 4389 0 0 0 7 2 0 0 18 0 1 0 1165866035 19902464 4318 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/26422/statm: 4859 4318 50 127 0 4729 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24792

[startup+0.301923 s]
/proc/loadavg: 0.99 0.97 0.99 3/80 26421
/proc/meminfo: memFree=1656016/2055912 swapFree=4170592/4192956
[pid=26421] ppid=26419 vsize=5356 CPUtime=0
/proc/26421/stat : 26421 (lysat.sh) S 26419 26421 26203 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1165866034 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26421/statm: 1339 235 195 169 0 50 0
[pid=26422] ppid=26421 vsize=33248 CPUtime=0.29
/proc/26422/stat : 26422 (SatElite) R 26421 26421 26203 0 -1 4194304 7690 0 0 0 24 5 0 0 19 0 1 0 1165866035 34045952 7618 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/26422/statm: 8312 7618 50 127 0 8182 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 38604

[startup+0.701964 s]
/proc/loadavg: 0.99 0.97 0.99 3/80 26421
/proc/meminfo: memFree=1656016/2055912 swapFree=4170592/4192956
[pid=26421] ppid=26419 vsize=5356 CPUtime=0
/proc/26421/stat : 26421 (lysat.sh) S 26419 26421 26203 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1165866034 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26421/statm: 1339 235 195 169 0 50 0
[pid=26422] ppid=26421 vsize=56560 CPUtime=0.69
/proc/26422/stat : 26422 (SatElite) R 26421 26421 26203 0 -1 4194304 13691 0 0 0 60 9 0 0 23 0 1 0 1165866035 57917440 13619 1992294400 134512640 135034092 4294956112 18446744073709551615 134542692 0 0 4096 3 0 0 0 17 1 0 0
/proc/26422/statm: 14140 13619 51 127 0 14010 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 61916

[startup+1.50105 s]
/proc/loadavg: 0.99 0.97 0.99 2/82 26423
/proc/meminfo: memFree=1596608/2055912 swapFree=4170592/4192956
[pid=26421] ppid=26419 vsize=5356 CPUtime=0
/proc/26421/stat : 26421 (lysat.sh) S 26419 26421 26203 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1165866034 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26421/statm: 1339 235 195 169 0 50 0
[pid=26422] ppid=26421 vsize=72900 CPUtime=1.48
/proc/26422/stat : 26422 (SatElite) R 26421 26421 26203 0 -1 4194304 18397 0 0 0 137 11 0 0 25 0 1 0 1165866035 74649600 16714 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/26422/statm: 18225 16714 68 127 0 18095 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 78256

[startup+3.10121 s]
/proc/loadavg: 0.99 0.97 0.99 2/82 26423
/proc/meminfo: memFree=1584576/2055912 swapFree=4170592/4192956
[pid=26421] ppid=26419 vsize=5356 CPUtime=0
/proc/26421/stat : 26421 (lysat.sh) S 26419 26421 26203 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1165866034 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26421/statm: 1339 235 195 169 0 50 0
[pid=26422] ppid=26421 vsize=74788 CPUtime=3.09
/proc/26422/stat : 26422 (SatElite) R 26421 26421 26203 0 -1 4194304 20700 0 0 0 295 14 0 0 25 0 1 0 1165866035 76582912 17212 1992294400 134512640 135034092 4294956112 18446744073709551615 134577113 0 0 4096 3 0 0 0 17 1 0 0
/proc/26422/statm: 18697 17212 68 127 0 18567 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 80144

[startup+6.30155 s]
/proc/loadavg: 0.99 0.97 0.99 2/82 26424
/proc/meminfo: memFree=1617024/2055912 swapFree=4170592/4192956
[pid=26421] ppid=26419 vsize=5356 CPUtime=4.58
/proc/26421/stat : 26421 (lysat.sh) S 26419 26421 26203 0 -1 4194304 310 23271 0 0 0 0 439 19 16 0 1 0 1165866034 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26421/statm: 1339 237 195 169 0 50 0
[pid=26424] ppid=26421 vsize=29060 CPUtime=1.69
/proc/26424/stat : 26424 (LySATi) R 26421 26421 26203 0 -1 4194304 6846 0 0 0 166 3 0 0 25 0 1 0 1165866494 29757440 6819 1992294400 134512640 135226915 4294956224 18446744073709551615 134548444 0 0 4096 3 0 0 0 17 1 0 0
/proc/26424/statm: 7265 6819 81 174 0 7088 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 34416

[startup+12.7012 s]
/proc/loadavg: 0.99 0.97 0.99 2/82 26424
/proc/meminfo: memFree=1615944/2055912 swapFree=4170592/4192956
[pid=26421] ppid=26419 vsize=5356 CPUtime=4.58
/proc/26421/stat : 26421 (lysat.sh) S 26419 26421 26203 0 -1 4194304 310 23271 0 0 0 0 439 19 16 0 1 0 1165866034 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26421/statm: 1339 237 195 169 0 50 0
[pid=26424] ppid=26421 vsize=30116 CPUtime=8.09
/proc/26424/stat : 26424 (LySATi) R 26421 26421 26203 0 -1 4194304 7100 0 0 0 805 4 0 0 25 0 1 0 1165866494 30838784 7073 1992294400 134512640 135226915 4294956224 18446744073709551615 134732934 0 0 4096 3 0 0 0 17 1 0 0
/proc/26424/statm: 7529 7073 81 174 0 7352 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 35472

[startup+25.5015 s]
/proc/loadavg: 0.99 0.97 0.99 2/82 26424
/proc/meminfo: memFree=1612168/2055912 swapFree=4170592/4192956
[pid=26421] ppid=26419 vsize=5356 CPUtime=4.58
/proc/26421/stat : 26421 (lysat.sh) S 26419 26421 26203 0 -1 4194304 310 23271 0 0 0 0 439 19 16 0 1 0 1165866034 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26421/statm: 1339 237 195 169 0 50 0
[pid=26424] ppid=26421 vsize=33912 CPUtime=20.88
/proc/26424/stat : 26424 (LySATi) R 26421 26421 26203 0 -1 4194304 8033 0 0 0 2084 4 0 0 25 0 1 0 1165866494 34725888 8006 1992294400 134512640 135226915 4294956224 18446744073709551615 134537123 0 0 4096 3 0 0 0 17 1 0 0
/proc/26424/statm: 8478 8006 81 174 0 8301 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 39268

[startup+51.1012 s]
/proc/loadavg: 0.99 0.97 0.99 2/82 26424
/proc/meminfo: memFree=1604296/2055912 swapFree=4170592/4192956
[pid=26421] ppid=26419 vsize=5356 CPUtime=4.58
/proc/26421/stat : 26421 (lysat.sh) S 26419 26421 26203 0 -1 4194304 310 23271 0 0 0 0 439 19 16 0 1 0 1165866034 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26421/statm: 1339 237 195 169 0 50 0
[pid=26424] ppid=26421 vsize=41868 CPUtime=46.48
/proc/26424/stat : 26424 (LySATi) R 26421 26421 26203 0 -1 4194304 10016 0 0 0 4642 6 0 0 25 0 1 0 1165866494 42872832 9989 1992294400 134512640 135226915 4294956224 18446744073709551615 134538540 0 0 4096 3 0 0 0 17 1 0 0
/proc/26424/statm: 10467 9989 81 174 0 10290 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 47224

[startup+102.307 s]
/proc/loadavg: 0.99 0.97 0.99 2/82 26424
/proc/meminfo: memFree=1595400/2055912 swapFree=4170592/4192956
[pid=26421] ppid=26419 vsize=5356 CPUtime=4.58
/proc/26421/stat : 26421 (lysat.sh) S 26419 26421 26203 0 -1 4194304 310 23271 0 0 0 0 439 19 16 0 1 0 1165866034 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26421/statm: 1339 237 195 169 0 50 0
[pid=26424] ppid=26421 vsize=50860 CPUtime=97.67
/proc/26424/stat : 26424 (LySATi) R 26421 26421 26203 0 -1 4194304 12265 0 0 0 9758 9 0 0 25 0 1 0 1165866494 52080640 12238 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 1 0 0
/proc/26424/statm: 12715 12238 81 174 0 12538 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 56216

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/82 26424
/proc/meminfo: memFree=1579272/2055912 swapFree=4170592/4192956
[pid=26421] ppid=26419 vsize=5356 CPUtime=4.58
/proc/26421/stat : 26421 (lysat.sh) S 26419 26421 26203 0 -1 4194304 310 23271 0 0 0 0 439 19 16 0 1 0 1165866034 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26421/statm: 1339 237 195 169 0 50 0
[pid=26424] ppid=26421 vsize=66780 CPUtime=157.65
/proc/26424/stat : 26424 (LySATi) R 26421 26421 26203 0 -1 4194304 16260 0 0 0 15752 13 0 0 25 0 1 0 1165866494 68382720 16233 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/26424/statm: 16695 16233 81 174 0 16518 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 72136

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/82 26424
/proc/meminfo: memFree=1578824/2055912 swapFree=4170592/4192956
[pid=26421] ppid=26419 vsize=5356 CPUtime=4.58
/proc/26421/stat : 26421 (lysat.sh) S 26419 26421 26203 0 -1 4194304 310 23271 0 0 0 0 439 19 16 0 1 0 1165866034 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26421/statm: 1339 237 195 169 0 50 0
[pid=26424] ppid=26421 vsize=67304 CPUtime=217.63
/proc/26424/stat : 26424 (LySATi) R 26421 26421 26203 0 -1 4194304 16383 0 0 0 21750 13 0 0 25 0 1 0 1165866494 68919296 16356 1992294400 134512640 135226915 4294956224 18446744073709551615 134537354 0 0 4096 3 0 0 0 17 1 0 0
/proc/26424/statm: 16826 16356 81 174 0 16649 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 72660

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/82 26424
/proc/meminfo: memFree=1569672/2055912 swapFree=4170592/4192956
[pid=26421] ppid=26419 vsize=5356 CPUtime=4.58
/proc/26421/stat : 26421 (lysat.sh) S 26419 26421 26203 0 -1 4194304 310 23271 0 0 0 0 439 19 16 0 1 0 1165866034 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26421/statm: 1339 237 195 169 0 50 0
[pid=26424] ppid=26421 vsize=76388 CPUtime=277.61
/proc/26424/stat : 26424 (LySATi) R 26421 26421 26203 0 -1 4194304 18653 0 0 0 27746 15 0 0 25 0 1 0 1165866494 78221312 18626 1992294400 134512640 135226915 4294956224 18446744073709551615 134536899 0 0 4096 3 0 0 0 17 1 0 0
/proc/26424/statm: 19097 18626 81 174 0 18920 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 81744

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

[startup+307.103 s]
/proc/loadavg: 0.99 0.97 0.99 2/82 26424
/proc/meminfo: memFree=1562248/2055912 swapFree=4170592/4192956
[pid=26421] ppid=26419 vsize=5356 CPUtime=4.58
/proc/26421/stat : 26421 (lysat.sh) S 26419 26421 26203 0 -1 4194304 310 23271 0 0 0 0 439 19 16 0 1 0 1165866034 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26421/statm: 1339 237 195 169 0 50 0
[pid=26424] ppid=26421 vsize=84140 CPUtime=302.41
/proc/26424/stat : 26424 (LySATi) R 26421 26421 26203 0 -1 4194304 20549 0 0 0 30224 17 0 0 25 0 1 0 1165866494 86159360 20522 1992294400 134512640 135226915 4294956224 18446744073709551615 134538530 0 0 4096 3 0 0 0 17 1 0 0
/proc/26424/statm: 21035 20522 81 174 0 20858 0
Current children cumulated CPU time (s) 306.99
Current children cumulated vsize (KiB) 89496

[startup+313.507 s]
/proc/loadavg: 0.99 0.97 0.99 2/82 26424
/proc/meminfo: memFree=1559624/2055912 swapFree=4170592/4192956
[pid=26421] ppid=26419 vsize=5356 CPUtime=4.58
/proc/26421/stat : 26421 (lysat.sh) S 26419 26421 26203 0 -1 4194304 310 23271 0 0 0 0 439 19 16 0 1 0 1165866034 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26421/statm: 1339 237 195 169 0 50 0
[pid=26424] ppid=26421 vsize=86612 CPUtime=308.81
/proc/26424/stat : 26424 (LySATi) R 26421 26421 26203 0 -1 4194304 21166 0 0 0 30864 17 0 0 25 0 1 0 1165866494 88690688 21139 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/26424/statm: 21653 21139 81 174 0 21476 0
Current children cumulated CPU time (s) 313.39
Current children cumulated vsize (KiB) 91968

[startup+316.702 s]
/proc/loadavg: 0.99 0.97 0.99 2/82 26424
/proc/meminfo: memFree=1559624/2055912 swapFree=4170592/4192956
[pid=26421] ppid=26419 vsize=5356 CPUtime=4.58
/proc/26421/stat : 26421 (lysat.sh) S 26419 26421 26203 0 -1 4194304 310 23271 0 0 0 0 439 19 16 0 1 0 1165866034 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26421/statm: 1339 237 195 169 0 50 0
[pid=26424] ppid=26421 vsize=86612 CPUtime=312.01
/proc/26424/stat : 26424 (LySATi) R 26421 26421 26203 0 -1 4194304 21166 0 0 0 31184 17 0 0 25 0 1 0 1165866494 88690688 21139 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/26424/statm: 21653 21139 81 174 0 21476 0
Current children cumulated CPU time (s) 316.59
Current children cumulated vsize (KiB) 91968

[startup+319.901 s]
/proc/loadavg: 0.99 0.97 0.99 2/82 26424
/proc/meminfo: memFree=1559624/2055912 swapFree=4170592/4192956
[pid=26421] ppid=26419 vsize=5356 CPUtime=4.58
/proc/26421/stat : 26421 (lysat.sh) S 26419 26421 26203 0 -1 4194304 310 23271 0 0 0 0 439 19 16 0 1 0 1165866034 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26421/statm: 1339 237 195 169 0 50 0
[pid=26424] ppid=26421 vsize=86612 CPUtime=315.2
/proc/26424/stat : 26424 (LySATi) R 26421 26421 26203 0 -1 4194304 21166 0 0 0 31503 17 0 0 25 0 1 0 1165866494 88690688 21139 1992294400 134512640 135226915 4294956224 18446744073709551615 134537059 0 0 4096 3 0 0 0 17 1 0 0
/proc/26424/statm: 21653 21139 81 174 0 21476 0
Current children cumulated CPU time (s) 319.78
Current children cumulated vsize (KiB) 91968

[startup+321.501 s]
/proc/loadavg: 0.99 0.97 0.99 2/82 26424
/proc/meminfo: memFree=1559624/2055912 swapFree=4170592/4192956
[pid=26421] ppid=26419 vsize=5356 CPUtime=4.58
/proc/26421/stat : 26421 (lysat.sh) S 26419 26421 26203 0 -1 4194304 310 23271 0 0 0 0 439 19 16 0 1 0 1165866034 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26421/statm: 1339 237 195 169 0 50 0
[pid=26424] ppid=26421 vsize=86612 CPUtime=316.8
/proc/26424/stat : 26424 (LySATi) R 26421 26421 26203 0 -1 4194304 21166 0 0 0 31663 17 0 0 25 0 1 0 1165866494 88690688 21139 1992294400 134512640 135226915 4294956224 18446744073709551615 134525819 0 0 4096 3 0 0 0 17 1 0 0
/proc/26424/statm: 21653 21139 81 174 0 21476 0
Current children cumulated CPU time (s) 321.38
Current children cumulated vsize (KiB) 91968

[startup+322.307 s]
/proc/loadavg: 0.99 0.97 0.99 2/82 26424
/proc/meminfo: memFree=1559624/2055912 swapFree=4170592/4192956
[pid=26421] ppid=26419 vsize=5356 CPUtime=4.58
/proc/26421/stat : 26421 (lysat.sh) S 26419 26421 26203 0 -1 4194304 310 23271 0 0 0 0 439 19 16 0 1 0 1165866034 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26421/statm: 1339 237 195 169 0 50 0
[pid=26424] ppid=26421 vsize=86612 CPUtime=317.61
/proc/26424/stat : 26424 (LySATi) R 26421 26421 26203 0 -1 4194304 21166 0 0 0 31744 17 0 0 25 0 1 0 1165866494 88690688 21139 1992294400 134512640 135226915 4294956224 18446744073709551615 134536701 0 0 4096 3 0 0 0 17 1 0 0
/proc/26424/statm: 21653 21139 81 174 0 21476 0
Current children cumulated CPU time (s) 322.19
Current children cumulated vsize (KiB) 91968

[startup+322.501 s]
/proc/loadavg: 0.99 0.97 0.99 2/82 26424
/proc/meminfo: memFree=1559624/2055912 swapFree=4170592/4192956
[pid=26421] ppid=26419 vsize=5356 CPUtime=4.58
/proc/26421/stat : 26421 (lysat.sh) S 26419 26421 26203 0 -1 4194304 310 23271 0 0 0 0 439 19 16 0 1 0 1165866034 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26421/statm: 1339 237 195 169 0 50 0
[pid=26424] ppid=26421 vsize=86612 CPUtime=317.8
/proc/26424/stat : 26424 (LySATi) R 26421 26421 26203 0 -1 4194304 21166 0 0 0 31763 17 0 0 25 0 1 0 1165866494 88690688 21139 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 1 0 0
/proc/26424/statm: 21653 21139 81 174 0 21476 0
Current children cumulated CPU time (s) 322.38
Current children cumulated vsize (KiB) 91968

[startup+322.602 s]
/proc/loadavg: 0.99 0.97 0.99 2/82 26424
/proc/meminfo: memFree=1559624/2055912 swapFree=4170592/4192956
[pid=26421] ppid=26419 vsize=5360 CPUtime=322.48
/proc/26421/stat : 26421 (lysat.sh) S 26419 26421 26203 0 -1 4194304 338 44444 0 0 0 0 32210 38 18 0 1 0 1165866034 5488640 240 1992294400 4194304 4889804 548682068816 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26421/statm: 1340 240 196 169 0 51 0
Current children cumulated CPU time (s) 322.48
Current children cumulated vsize (KiB) 5360

Child status: 20
Real time (s): 322.607
CPU time (s): 322.508
CPU user time (s): 322.11
CPU system time (s): 0.397939
CPU usage (%): 99.9694
Max. virtual memory (cumulated for all children) (KiB): 91968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 322.11
system time used= 0.397939
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44909
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= 39
involuntary context switches= 466

runsolver used 0.436933 second user time and 1.03884 second system time

The end

Launcher Data

Begin job on node78 at 2009-04-05 13:47:01
IDJOB=1581730
IDBENCH=71042
IDSOLVER=511
FILE ID=node78/1581730-1238932020
PBS_JOBID= 9101463
Free space on /tmp= 126840 MiB

SOLVER NAME= LySAT i/2009-03-20
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UTI-10-10p0.cnf
COMMAND LINE= lysat.sh BENCHNAME i
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1581730-1238932020/watcher-1581730-1238932020 -o /tmp/evaluation-result-1581730-1238932020/solver-1581730-1238932020 -C 1200 -W 1800 -M 1800 --output-limit 1,15  lysat.sh HOME/instance-1581730-1238932020.cnf i

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

MD5SUM BENCH= 76f64a29755badc2dae8f70e8e96bc3e
RANDOM SEED=302740462

node78.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.214
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.214
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:      2055912 kB
MemFree:       1656432 kB
Buffers:         28060 kB
Cached:         284484 kB
SwapCached:       7668 kB
Active:         103444 kB
Inactive:       219452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055912 kB
LowFree:       1656432 kB
SwapTotal:     4192956 kB
SwapFree:      4170592 kB
Dirty:           13140 kB
Writeback:           0 kB
Mapped:          15984 kB
Slab:            60728 kB
Committed_AS:  3055660 kB
PageTables:       2568 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126836 MiB
End job on node78 at 2009-04-05 13:52:24