Trace number 3291865

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
CryptoMiniSat Strange-Night2-stUNSAT 16.5965 16.5981

General information on the benchmark

NameSAT04/industrial/hoonsang/vis-bmc/
dekker.used-as.sat04-989.cnf
MD5SUMaed38f764725bc435a811b081bc99da2
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.92755
Satisfiable
(Un)Satisfiability was proved
Number of variables19473
Number of clauses58308
Sum of the clauses size136028
Maximum clause length3
Minimum clause length1
Number of clauses of size 118
Number of clauses of size 238860
Number of clauses of size 319430
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 Outputting solution to console
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3291865-1303786394.cnf'
0.00/0.00	c -- header says num vars:          19473
0.00/0.00	c -- header says num clauses:       58308
0.00/0.02	c -- clauses added:            0 learnts,        58308 normals,            0 xors
0.00/0.02	c -- vars added      19473
0.00/0.02	c Parsing time:  0.02 s
0.00/0.02	c  N st     0         0     19473     19412     38826         0    135888         0   no data   no data
0.19/0.25	c asymm  cl-useful: 0/19140/19140 lits-rem:0 time: 0.24
0.79/0.87	c Flit:    64 Blit:    256 bXBeca:    0 bXProp:  517 Bins:      0 BRemL:      0 BRemN:      0 P: 12.5M T:  0.61
0.79/0.87	c Cleaning up after failed var search:     0.00 s 
0.79/0.87	c Replacing      517 vars Replaced    21834 lits Time:     0.00 s 
0.79/0.88	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.79/0.88	c bin-w-bin subsume rem           12 bins  time:  0.00 s
0.79/0.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
0.89/0.94	c Subs w/ non-existent bins:      1 l-rem:      1 v-fix:     0 done:  18265 time:  0.05 s
0.89/0.98	c Removed useless bin:      44  fixed:     0  props:   7.04M  time:  0.04 s
0.99/1.04	c lits-rem:         4  cl-subs:        2  v-elim:   6088  v-fix:    0  time:  0.06 s
0.99/1.07	c Finding binary XORs  T:     0.03 s  found:     312
0.99/1.07	c Replacing      312 vars Replaced     2603 lits Time:     0.00 s 
0.99/1.08	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.99/1.08	c calculated reachability. Time: 0.01
0.99/1.08	c Calc default polars -  time:   0.00 s pos:     236 undec:    7637 neg:   11600
0.99/1.08	c =========================================================================================
0.99/1.08	c types(t): F = full restart, N = normal restart
0.99/1.08	c types(t): S = simplification begin/end, E = solution found
0.99/1.08	c restart types(rt): st = static, dy = dynamic
0.99/1.08	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.99/1.08	c  B st     0         0     11865     12315     29702         0    102562         0   no data   no data
1.59/1.65	c  N dy    16      4064     11853     12315     29923      3816    102562     65300      5.04      5.38
2.29/2.32	c  N dy    46      8138     11793     12315     30097      5345    102562     65569      5.68      6.01
2.99/3.01	c  N dy    74     12205     11789     12315     30192      5226    102562     41087      5.84      6.22
3.69/3.74	c  N dy   101     16411     11787     12315     30276      9313    102562    111579      5.95      6.35
4.39/4.47	c  N dy   130     20433     11785     12315     30325      8062    102562     81312      6.12      6.46
5.19/5.26	c  N dy   164     24532     11784     12315     30370     12075    102562    158755      6.29     10.76
5.29/5.35	c  F st   169     25002     11784     12315     30377     12534    102562    169557      6.30   no data
6.29/6.37	c  N dy   175     30000     11784     12138     30154     11271    101516    154997      6.30   no data
6.29/6.37	c  S st   175     30000     11784     12138     30154     11271    101516    154997      6.30   no data
6.39/6.48	c  S st   175     30503     11784     12138     30171     11756    101516    162006      6.30   no data
6.39/6.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.09/9.10	c Flit:    53 Blit:     28 bXBeca:    0 bXProp:  262 Bins: 209731 BRemL:  50103 BRemN:     28 P: 33.1M T:  2.60
9.09/9.12	c Replacing      262 vars Replaced    58864 lits Time:     0.02 s 
9.09/9.12	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
9.09/9.15	c bin-w-bin subsume rem        10904 bins  time:  0.03 s
9.09/9.16	c subs with bin:        1  lits-rem:       111  v-fix:    0  time:  0.02 s
9.19/9.22	c Subs w/ non-existent bins:     13 l-rem:     66 v-fix:     0 done:  11421 time:  0.05 s
9.19/9.23	c Removed useless bin:      20  fixed:     0  props:   1.88M  time:  0.02 s
9.29/9.37	c lits-rem:       697  cl-subs:     2508  v-elim:   5301  v-fix:    0  time:  0.14 s
9.29/9.37	c subs with bin:      483  lits-rem:       215  v-fix:    0  time:  0.00 s
9.29/9.38	c lits-rem:       137  cl-subs:      314  v-elim:      0  v-fix:    0  time:  0.01 s
9.90/9.98	c asymm  cl-useful: 1902/11973/11973 lits-rem:7923 time: 0.59
9.90/9.99	c calculated reachability. Time: 0.01
9.90/9.99	c  N dy   175     30503      6120     11957     44748      1488    119124     71624      6.30   no data
9.99/10.03	c Finding binary XORs  T:     0.04 s  found:      72
9.99/10.03	c Replacing       72 vars Replaced     1757 lits Time:     0.00 s 
10.49/10.53	c  N dy   199     34677      6048     11957     44837      5522    119118    154038      6.31      6.65
11.00/11.07	c  N dy   225     38729      6027     11957     44920      6156    119117    137923      6.36      8.52
11.59/11.63	c  N dy   254     42785      6025     11957     44985     10083    119117    204623      6.47      6.84
12.10/12.11	c  S st   275     45754      6024     11957     45012      6493    119116    108220      6.54      5.92
12.10/12.17	c  S st   275     46256      6024     11957     45028      6973    119116    114134      6.54   no data
12.10/12.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
13.79/13.89	c Flit:     7 Blit:      0 bXBeca:    0 bXProp:   60 Bins:  81387 BRemL:  55743 BRemN:     27 P: 15.0M T:  1.71
13.89/13.90	c Replacing       60 vars Replaced     7806 lits Time:     0.01 s 
13.89/13.90	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
13.89/13.91	c bin-w-bin subsume rem         1577 bins  time:  0.01 s
13.89/13.94	c subs with bin:      572  lits-rem:      1185  v-fix:    0  time:  0.03 s
13.89/13.97	c Subs w/ non-existent bins:    211 l-rem:    831 v-fix:     0 done:   5955 time:  0.02 s
13.89/13.97	c Removed useless bin:      54  fixed:     0  props:   0.36M  time:  0.00 s
13.99/14.02	c lits-rem:        40  cl-subs:      427  v-elim:    683  v-fix:    0  time:  0.05 s
13.99/14.03	c subs with bin:      443  lits-rem:       811  v-fix:    0  time:  0.01 s
13.99/14.04	c lits-rem:       240  cl-subs:      284  v-elim:      0  v-fix:    0  time:  0.01 s
13.99/14.06	c vivif2 --  cl tried    10542 cl shrink     1505 lits rem       4460 time: 0.01
13.99/14.06	c vivif2 --  cl tried     4539 cl shrink      293 lits rem        521 time: 0.00
14.69/14.73	c asymm  cl-useful: 1228/10486/10486 lits-rem:4688 time: 0.66
14.69/14.73	c calculated reachability. Time: 0.01
14.69/14.73	c  N dy   275     46256      5272     10485     50021      4520     98119    105752      6.54   no data
14.69/14.76	c Finding binary XORs  T:     0.03 s  found:       0
15.19/15.30	c  N dy   296     50280      5271     10485     50072      8404     98119    175914      6.55      8.64
15.89/15.97	c  N dy   329     54325      5259     10485     50124     12287     98119    242646      6.65      9.28
16.49/16.57	c  E dy   350     57736      5246     10485     50170      7872     98119    134815      6.67      4.35
16.49/16.57	c num threads              : 1          
16.49/16.57	c restarts                 : 350        
16.49/16.57	c dynamic restarts         : 338        
16.49/16.57	c static restarts          : 12         
16.49/16.57	c full restarts            : 1          
16.49/16.57	c total simplify time      : 0.07       
16.49/16.57	c learnts DL2              : 0          
16.49/16.57	c learnts size 2           : 397152     
16.49/16.57	c learnts size 1           : 1565        (8.04      % of vars)
16.49/16.57	c filedLit time            : 4.92        (29.73     % time)
16.49/16.57	c v-elim SatELite          : 12072       (61.99     % vars)
16.49/16.57	c SatELite time            : 0.38        (2.29      % time)
16.49/16.57	c v-elim xor               : 0           (0.00      % vars)
16.49/16.57	c xor elim time            : 0.00        (0.02      % time)
16.49/16.57	c num binary xor trees     : 496        
16.49/16.57	c binxor trees' crown      : 1223        (2.47      leafs/tree)
16.49/16.57	c bin xor find time        : 0.09       
16.49/16.57	c OTF clause improved      : 817         (0.01      clauses/conflict)
16.49/16.57	c OTF impr. size diff      : 930         (1.14       lits/clause)
16.49/16.57	c OTF cl watch-shrink      : 21890       (0.38      clauses/conflict)
16.49/16.57	c OTF cl watch-sh-lit      : 43503       (1.99       lits/clause)
16.49/16.57	c tried to recurMin cls    : 24621       (42.64      % of conflicts)
16.49/16.57	c updated cache            : 0           (0.00       lits/tried recurMin)
16.49/16.57	c clauses over max glue    : 0           (0.00      % of all clauses)
16.49/16.57	c conflicts                : 57736       (3489.32   / sec)
16.49/16.57	c decisions                : 95975       (2.07      % random)
16.49/16.57	c bogo-props               : 446488353   (26983880.87 / sec)
16.49/16.57	c conflict literals        : 1045442     (33.56     % deleted)
16.49/16.57	c Memory used              : 103.61      MB
16.49/16.57	c CPU time                 : 16.55       s
16.49/16.57	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3291865-1303786394/watcher-3291865-1303786394 -o /tmp/evaluation-result-3291865-1303786394/solver-3291865-1303786394 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3291865-1303786394.cnf 

running on 2 cores: 4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.52 3.88 4.26 5/186 846
/proc/meminfo: memFree=22807364/32951124 swapFree=67051468/67111528
[pid=846] ppid=844 vsize=22008 CPUtime=0 cores=4,6
/proc/846/stat : 846 (strangenight2-s) R 844 846 31470 0 -1 4202496 794 0 0 0 0 0 0 0 21 0 1 0 490242213 22536192 733 33554432000 4194304 4627331 140733288377728 18446744073709551615 4314174 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/846/statm: 5502 738 321 106 0 473 0

[startup+0.026872 s]
/proc/loadavg: 3.52 3.88 4.26 5/186 846
/proc/meminfo: memFree=22807364/32951124 swapFree=67051468/67111528
[pid=846] ppid=844 vsize=38224 CPUtime=0.02 cores=4,6
/proc/846/stat : 846 (strangenight2-s) R 844 846 31470 0 -1 4202496 3070 0 0 0 2 0 0 0 21 0 1 0 490242213 39141376 2511 33554432000 4194304 4627331 140733288377728 18446744073709551615 4299598 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/846/statm: 9556 2511 342 106 0 4527 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 38224

[startup+0.100893 s]
/proc/loadavg: 3.52 3.88 4.26 5/186 846
/proc/meminfo: memFree=22807364/32951124 swapFree=67051468/67111528
[pid=846] ppid=844 vsize=38224 CPUtime=0.09 cores=4,6
/proc/846/stat : 846 (strangenight2-s) R 844 846 31470 0 -1 4202496 3071 0 0 0 9 0 0 0 21 0 1 0 490242213 39141376 2512 33554432000 4194304 4627331 140733288377728 18446744073709551615 4308908 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/846/statm: 9556 2512 343 106 0 4527 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 38224

[startup+0.300847 s]
/proc/loadavg: 3.52 3.88 4.26 5/186 846
/proc/meminfo: memFree=22807364/32951124 swapFree=67051468/67111528
[pid=846] ppid=844 vsize=40964 CPUtime=0.29 cores=4,6
/proc/846/stat : 846 (strangenight2-s) R 844 846 31470 0 -1 4202496 3764 0 0 0 29 0 0 0 22 0 1 0 490242213 41947136 3205 33554432000 4194304 4627331 140733288377728 18446744073709551615 218370618053 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/846/statm: 10241 3206 347 106 0 5212 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 40964

[startup+0.700798 s]
/proc/loadavg: 3.52 3.88 4.26 5/186 846
/proc/meminfo: memFree=22807364/32951124 swapFree=67051468/67111528
[pid=846] ppid=844 vsize=58996 CPUtime=0.69 cores=4,6
/proc/846/stat : 846 (strangenight2-s) R 844 846 31470 0 -1 4202496 8061 0 0 0 69 0 0 0 23 0 1 0 490242213 60411904 7502 33554432000 4194304 4627331 140733288377728 18446744073709551615 4308285 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/846/statm: 14749 7502 347 106 0 9720 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 58996

[startup+1.50068 s]
/proc/loadavg: 3.52 3.88 4.26 5/190 859
/proc/meminfo: memFree=22570820/32951124 swapFree=67051468/67111528
[pid=846] ppid=844 vsize=66220 CPUtime=1.49 cores=4,6
/proc/846/stat : 846 (strangenight2-s) R 844 846 31470 0 -1 4202496 10010 0 0 0 149 0 0 0 18 0 1 0 490242213 67809280 9451 33554432000 4194304 4627331 140733288377728 18446744073709551615 4308382 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/846/statm: 16555 9451 373 106 0 11526 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 66220

[startup+3.10038 s]
/proc/loadavg: 3.52 3.88 4.26 5/190 859
/proc/meminfo: memFree=22544036/32951124 swapFree=67051468/67111528
[pid=846] ppid=844 vsize=67072 CPUtime=3.09 cores=4,6
/proc/846/stat : 846 (strangenight2-s) R 844 846 31470 0 -1 4202496 10465 0 0 0 309 0 0 0 21 0 1 0 490242213 68681728 9374 33554432000 4194304 4627331 140733288377728 18446744073709551615 4308728 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/846/statm: 16768 9374 374 106 0 11739 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 67072

[startup+6.30078 s]
/proc/loadavg: 3.64 3.90 4.26 5/190 859
/proc/meminfo: memFree=22525404/32951124 swapFree=67051468/67111528
[pid=846] ppid=844 vsize=67716 CPUtime=6.29 cores=4,6
/proc/846/stat : 846 (strangenight2-s) R 844 846 31470 0 -1 4202496 11264 0 0 0 628 1 0 0 25 0 1 0 490242213 69341184 9617 33554432000 4194304 4627331 140733288377728 18446744073709551615 4308224 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/846/statm: 16929 9617 375 106 0 11900 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 67716

[startup+12.7006 s]
/proc/loadavg: 3.67 3.90 4.26 5/190 859
/proc/meminfo: memFree=22482168/32951124 swapFree=67051468/67111528
[pid=846] ppid=844 vsize=103348 CPUtime=12.69 cores=4,6
/proc/846/stat : 846 (strangenight2-s) R 844 846 31470 0 -1 4202496 20501 0 0 0 1267 2 0 0 25 0 1 0 490242213 105828352 17759 33554432000 4194304 4627331 140733288377728 18446744073709551615 4308107 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/846/statm: 25837 17759 379 106 0 20808 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 103348

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

[startup+14.3064 s]
/proc/loadavg: 3.67 3.90 4.26 5/190 859
/proc/meminfo: memFree=22482168/32951124 swapFree=67051468/67111528
[pid=846] ppid=844 vsize=106112 CPUtime=14.29 cores=4,6
/proc/846/stat : 846 (strangenight2-s) R 844 846 31470 0 -1 4202496 21388 0 0 0 1427 2 0 0 25 0 1 0 490242213 108658688 18646 33554432000 4194304 4627331 140733288377728 18446744073709551615 4308382 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/846/statm: 26528 18646 379 106 0 21499 0
Current children cumulated CPU time (s) 14.29
Current children cumulated vsize (KiB) 106112

[startup+15.9011 s]
/proc/loadavg: 3.69 3.91 4.26 5/190 859
/proc/meminfo: memFree=22480060/32951124 swapFree=67051468/67111528
[pid=846] ppid=844 vsize=106112 CPUtime=15.89 cores=4,6
/proc/846/stat : 846 (strangenight2-s) R 844 846 31470 0 -1 4202496 21542 0 0 0 1587 2 0 0 25 0 1 0 490242213 108658688 18800 33554432000 4194304 4627331 140733288377728 18446744073709551615 4308959 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/846/statm: 26528 18800 379 106 0 21499 0
Current children cumulated CPU time (s) 15.89
Current children cumulated vsize (KiB) 106112

[startup+16.301 s]
/proc/loadavg: 3.69 3.91 4.26 5/190 859
/proc/meminfo: memFree=22480060/32951124 swapFree=67051468/67111528
[pid=846] ppid=844 vsize=106112 CPUtime=16.29 cores=4,6
/proc/846/stat : 846 (strangenight2-s) R 844 846 31470 0 -1 4202496 21581 0 0 0 1627 2 0 0 25 0 1 0 490242213 108658688 18839 33554432000 4194304 4627331 140733288377728 18446744073709551615 4308683 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/846/statm: 26528 18839 379 106 0 21499 0
Current children cumulated CPU time (s) 16.29
Current children cumulated vsize (KiB) 106112

[startup+16.507 s]
/proc/loadavg: 3.69 3.91 4.26 5/190 859
/proc/meminfo: memFree=22471252/32951124 swapFree=67051468/67111528
[pid=846] ppid=844 vsize=106112 CPUtime=16.49 cores=4,6
/proc/846/stat : 846 (strangenight2-s) R 844 846 31470 0 -1 4202496 21601 0 0 0 1647 2 0 0 25 0 1 0 490242213 108658688 18859 33554432000 4194304 4627331 140733288377728 18446744073709551615 4299618 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/846/statm: 26528 18859 379 106 0 21499 0
Current children cumulated CPU time (s) 16.49
Current children cumulated vsize (KiB) 106112

Child status: 20
Real time (s): 16.5981
CPU time (s): 16.5965
CPU user time (s): 16.5665
CPU system time (s): 0.029995
CPU usage (%): 99.9903
Max. virtual memory (cumulated for all children) (KiB): 106112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.5665
system time used= 0.029995
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21797
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= 8
involuntary context switches= 28

runsolver used 0.044993 second user time and 0.054991 second system time

The end

Launcher Data

Begin job on node101 at 2011-04-26 04:53:14
IDJOB=3291865
IDBENCH=84953
IDSOLVER=1587
FILE ID=node101/3291865-1303786394
RUNJOBID= node101-1303786394-802
PBS_JOBID= 13157199
Free space on /tmp= 72140 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st
BENCH NAME= SAT04/industrial/hoonsang/vis-bmc/dekker.used-as.sat04-989.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3291865-1303786394/watcher-3291865-1303786394 -o /tmp/evaluation-result-3291865-1303786394/solver-3291865-1303786394 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3291865-1303786394.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= aed38f764725bc435a811b081bc99da2
RANDOM SEED=641093436

node101.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.07
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22807644 kB
Buffers:       2090488 kB
Cached:        7547300 kB
SwapCached:      33708 kB
Active:        6281140 kB
Inactive:      3405336 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22807644 kB
SwapTotal:    67111528 kB
SwapFree:     67051468 kB
Dirty:           35492 kB
Writeback:           0 kB
AnonPages:       35784 kB
Mapped:           9372 kB
Slab:           392368 kB
PageTables:       4936 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   259460 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72120 MiB
End job on node101 at 2011-04-26 04:53:31