Trace number 3368356

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-st (fixed)UNSAT 16.6265 16.6296

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.01	c Outputting solution to console
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3368356-1305394246.cnf'
0.00/0.01	c -- header says num vars:          19473
0.00/0.01	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.24	c asymm  cl-useful: 0/19140/19140 lits-rem:0 time: 0.22
0.79/0.81	c Flit:    64 Blit:    256 bXBeca:    0 bXProp:  517 Bins:      0 BRemL:      0 BRemN:      0 P: 12.5M T:  0.56
0.79/0.82	c Cleaning up after failed var search:     0.00 s 
0.79/0.82	c Replacing      517 vars Replaced    21834 lits Time:     0.00 s 
0.79/0.83	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.79/0.83	c bin-w-bin subsume rem           12 bins  time:  0.00 s
0.79/0.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
0.79/0.88	c Subs w/ non-existent bins:      1 l-rem:      1 v-fix:     0 done:  18265 time:  0.05 s
0.89/0.93	c Removed useless bin:      44  fixed:     0  props:   7.04M  time:  0.04 s
0.89/0.99	c lits-rem:         4  cl-subs:        2  v-elim:   6088  v-fix:    0  time:  0.06 s
0.99/1.02	c Finding binary XORs  T:     0.03 s  found:     312
0.99/1.02	c Replacing      312 vars Replaced     2603 lits Time:     0.00 s 
0.99/1.03	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.99/1.03	c calculated reachability. Time: 0.01
0.99/1.03	c Calc default polars -  time:   0.00 s pos:     236 undec:    7637 neg:   11600
0.99/1.03	c =========================================================================================
0.99/1.03	c types(t): F = full restart, N = normal restart
0.99/1.03	c types(t): S = simplification begin/end, E = solution found
0.99/1.03	c restart types(rt): st = static, dy = dynamic
0.99/1.03	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.99/1.03	c  B st     0         0     11865     12315     29702         0    102562         0   no data   no data
1.49/1.58	c  N dy    16      4064     11853     12315     29923      3816    102562     65300      5.04      5.38
2.19/2.24	c  N dy    46      8138     11793     12315     30097      5345    102562     65569      5.68      6.01
2.88/2.96	c  N dy    74     12205     11789     12315     30192      5226    102562     41087      5.84      6.22
3.58/3.68	c  N dy   101     16411     11787     12315     30276      9313    102562    111579      5.95      6.35
4.39/4.45	c  N dy   130     20433     11785     12315     30325      8062    102562     81312      6.12      6.46
5.19/5.24	c  N dy   164     24532     11784     12315     30370     12075    102562    158755      6.29     10.76
5.29/5.34	c  F st   169     25002     11784     12315     30377     12534    102562    169557      6.30   no data
6.29/6.36	c  N dy   175     30000     11784     12138     30154     11271    101516    154997      6.30   no data
6.29/6.36	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.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.99/9.09	c Flit:    53 Blit:     28 bXBeca:    0 bXProp:  262 Bins: 209731 BRemL:  50103 BRemN:     28 P: 33.1M T:  2.60
9.09/9.11	c Replacing      262 vars Replaced    58864 lits Time:     0.02 s 
9.09/9.11	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
9.09/9.13	c bin-w-bin subsume rem        10904 bins  time:  0.02 s
9.09/9.15	c subs with bin:        1  lits-rem:       111  v-fix:    0  time:  0.02 s
9.18/9.20	c Subs w/ non-existent bins:     13 l-rem:     66 v-fix:     0 done:  11421 time:  0.05 s
9.18/9.22	c Removed useless bin:      20  fixed:     0  props:   1.88M  time:  0.02 s
9.29/9.35	c lits-rem:       697  cl-subs:     2508  v-elim:   5301  v-fix:    0  time:  0.13 s
9.29/9.36	c subs with bin:      483  lits-rem:       215  v-fix:    0  time:  0.00 s
9.29/9.37	c lits-rem:       137  cl-subs:      314  v-elim:      0  v-fix:    0  time:  0.01 s
9.90/9.97	c asymm  cl-useful: 1902/11973/11973 lits-rem:7923 time: 0.60
9.90/9.98	c calculated reachability. Time: 0.01
9.90/9.98	c  N dy   175     30503      6120     11957     44748      1488    119124     71624      6.30   no data
10.01/10.02	c Finding binary XORs  T:     0.04 s  found:      72
10.01/10.02	c Replacing       72 vars Replaced     1757 lits Time:     0.00 s 
10.49/10.52	c  N dy   199     34677      6048     11957     44837      5522    119118    154038      6.31      6.65
11.00/11.10	c  N dy   225     38729      6027     11957     44920      6156    119117    137923      6.36      8.52
11.59/11.67	c  N dy   254     42785      6025     11957     44985     10083    119117    204623      6.47      6.84
12.10/12.15	c  S st   275     45754      6024     11957     45012      6493    119116    108220      6.54      5.92
12.20/12.22	c  S st   275     46256      6024     11957     45028      6973    119116    114134      6.54   no data
12.20/12.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
13.89/13.90	c Flit:     7 Blit:      0 bXBeca:    0 bXProp:   60 Bins:  81387 BRemL:  55743 BRemN:     27 P: 15.0M T:  1.68
13.89/13.92	c Replacing       60 vars Replaced     7806 lits Time:     0.01 s 
13.89/13.92	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
13.89/13.93	c bin-w-bin subsume rem         1577 bins  time:  0.01 s
13.89/13.96	c subs with bin:      572  lits-rem:      1185  v-fix:    0  time:  0.03 s
13.89/13.98	c Subs w/ non-existent bins:    211 l-rem:    831 v-fix:     0 done:   5955 time:  0.02 s
13.89/13.98	c Removed useless bin:      54  fixed:     0  props:   0.36M  time:  0.00 s
13.99/14.03	c lits-rem:        40  cl-subs:      427  v-elim:    683  v-fix:    0  time:  0.04 s
13.99/14.04	c subs with bin:      443  lits-rem:       811  v-fix:    0  time:  0.01 s
13.99/14.05	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.71	c asymm  cl-useful: 1228/10486/10486 lits-rem:4688 time: 0.64
14.69/14.71	c calculated reachability. Time: 0.01
14.69/14.71	c  N dy   275     46256      5272     10485     50021      4520     98119    105752      6.54   no data
14.69/14.74	c Finding binary XORs  T:     0.03 s  found:       0
15.19/15.28	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.60/16.62	c  E dy   350     57736      5246     10485     50170      7872     98119    134815      6.67      4.35
16.60/16.62	c num threads              : 1          
16.60/16.62	c restarts                 : 350        
16.60/16.62	c dynamic restarts         : 338        
16.60/16.62	c static restarts          : 12         
16.60/16.62	c full restarts            : 1          
16.60/16.62	c total simplify time      : 0.07       
16.60/16.62	c learnts DL2              : 0          
16.60/16.62	c learnts size 2           : 397152     
16.60/16.62	c learnts size 1           : 1565        (8.04      % of vars)
16.60/16.62	c filedLit time            : 4.84        (29.20     % time)
16.60/16.62	c v-elim SatELite          : 12072       (61.99     % vars)
16.60/16.62	c SatELite time            : 0.35        (2.12      % time)
16.60/16.62	c v-elim xor               : 0           (0.00      % vars)
16.60/16.62	c xor elim time            : 0.01        (0.04      % time)
16.60/16.62	c num binary xor trees     : 496        
16.60/16.62	c binxor trees' crown      : 1223        (2.47      leafs/tree)
16.60/16.62	c bin xor find time        : 0.09       
16.60/16.62	c OTF clause improved      : 817         (0.01      clauses/conflict)
16.60/16.62	c OTF impr. size diff      : 930         (1.14       lits/clause)
16.60/16.62	c OTF cl watch-shrink      : 21890       (0.38      clauses/conflict)
16.60/16.62	c OTF cl watch-sh-lit      : 43503       (1.99       lits/clause)
16.60/16.62	c tried to recurMin cls    : 24621       (42.64      % of conflicts)
16.60/16.62	c updated cache            : 0           (0.00       lits/tried recurMin)
16.60/16.62	c clauses over max glue    : 0           (0.00      % of all clauses)
16.60/16.62	c conflicts                : 57736       (3480.91   / sec)
16.60/16.62	c decisions                : 95975       (2.07      % random)
16.60/16.62	c bogo-props               : 446488353   (26918816.22 / sec)
16.60/16.62	c conflict literals        : 1045442     (33.56     % deleted)
16.60/16.62	c Memory used              : 103.57      MB
16.60/16.62	c CPU time                 : 16.59       s
16.60/16.62	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: 961)

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-3368356-1305394246/watcher-3368356-1305394246 -o /tmp/evaluation-result-3368356-1305394246/solver-3368356-1305394246 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3368356-1305394246.cnf 

running on 2 cores: 5,7

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.68 3.93 3.80 5/364 13808
/proc/meminfo: memFree=25567276/32950928 swapFree=38710892/67111528
[pid=13808] ppid=13806 vsize=20440 CPUtime=0 cores=5,7
/proc/13808/stat : 13808 (strangenight2-s) R 13806 13808 12941 0 -1 4202496 417 0 0 0 0 0 0 0 21 0 1 0 729655318 20930560 357 33554432000 4194304 4580011 140733307887168 18446744073709551615 251367546624 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13808/statm: 5349 366 307 95 0 331 0

[startup+0.110095 s]
/proc/loadavg: 3.68 3.93 3.80 5/364 13808
/proc/meminfo: memFree=25567276/32950928 swapFree=38710892/67111528
[pid=13808] ppid=13806 vsize=38180 CPUtime=0.1 cores=5,7
/proc/13808/stat : 13808 (strangenight2-s) R 13806 13808 12941 0 -1 4202496 3067 0 0 0 10 0 0 0 21 0 1 0 729655318 39096320 2509 33554432000 4194304 4580011 140733307887168 18446744073709551615 4293150 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13808/statm: 9545 2509 340 95 0 4527 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 38180

[startup+0.201083 s]
/proc/loadavg: 3.68 3.93 3.80 5/364 13808
/proc/meminfo: memFree=25567276/32950928 swapFree=38710892/67111528
[pid=13808] ppid=13806 vsize=38180 CPUtime=0.19 cores=5,7
/proc/13808/stat : 13808 (strangenight2-s) R 13806 13808 12941 0 -1 4202496 3067 0 0 0 19 0 0 0 21 0 1 0 729655318 39096320 2509 33554432000 4194304 4580011 140733307887168 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13808/statm: 9545 2509 340 95 0 4527 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 38180

[startup+0.301062 s]
/proc/loadavg: 3.68 3.93 3.80 5/364 13808
/proc/meminfo: memFree=25567276/32950928 swapFree=38710892/67111528
[pid=13808] ppid=13806 vsize=42024 CPUtime=0.29 cores=5,7
/proc/13808/stat : 13808 (strangenight2-s) R 13806 13808 12941 0 -1 4202496 4029 0 0 0 29 0 0 0 22 0 1 0 729655318 43032576 3471 33554432000 4194304 4580011 140733307887168 18446744073709551615 4234907 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13808/statm: 10539 3476 342 95 0 5521 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 42024

[startup+0.700994 s]
/proc/loadavg: 3.68 3.93 3.80 5/364 13808
/proc/meminfo: memFree=25567276/32950928 swapFree=38710892/67111528
[pid=13808] ppid=13806 vsize=58952 CPUtime=0.69 cores=5,7
/proc/13808/stat : 13808 (strangenight2-s) R 13806 13808 12941 0 -1 4202496 8061 0 0 0 68 1 0 0 23 0 1 0 729655318 60366848 7503 33554432000 4194304 4580011 140733307887168 18446744073709551615 4293032 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13808/statm: 14738 7503 342 95 0 9720 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 58952

[startup+1.50084 s]
/proc/loadavg: 3.70 3.93 3.80 5/371 13821
/proc/meminfo: memFree=25328492/32950928 swapFree=38710892/67111528
[pid=13808] ppid=13806 vsize=66176 CPUtime=1.49 cores=5,7
/proc/13808/stat : 13808 (strangenight2-s) R 13806 13808 12941 0 -1 4202496 10007 0 0 0 148 1 0 0 25 0 1 0 729655318 67764224 9449 33554432000 4194304 4580011 140733307887168 18446744073709551615 4305928 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13808/statm: 16544 9449 365 95 0 11526 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 66176

[startup+3.10055 s]
/proc/loadavg: 3.70 3.93 3.80 5/371 13821
/proc/meminfo: memFree=25306340/32950928 swapFree=38710892/67111528
[pid=13808] ppid=13806 vsize=67028 CPUtime=3.08 cores=5,7
/proc/13808/stat : 13808 (strangenight2-s) R 13806 13808 12941 0 -1 4202496 10461 0 0 0 307 1 0 0 25 0 1 0 729655318 68636672 9371 33554432000 4194304 4580011 140733307887168 18446744073709551615 4294112 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13808/statm: 16757 9371 365 95 0 11739 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 67028

[startup+6.30095 s]
/proc/loadavg: 3.70 3.93 3.80 5/371 13821
/proc/meminfo: memFree=25286624/32950928 swapFree=38710892/67111528
[pid=13808] ppid=13806 vsize=67672 CPUtime=6.29 cores=5,7
/proc/13808/stat : 13808 (strangenight2-s) R 13806 13808 12941 0 -1 4202496 11254 0 0 0 628 1 0 0 25 0 1 0 729655318 69296128 9608 33554432000 4194304 4580011 140733307887168 18446744073709551615 4292924 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13808/statm: 16918 9608 366 95 0 11900 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 67672

[startup+12.7008 s]
/proc/loadavg: 3.82 3.95 3.81 5/371 13821
/proc/meminfo: memFree=25240876/32950928 swapFree=38710892/67111528
[pid=13808] ppid=13806 vsize=103304 CPUtime=12.69 cores=5,7
/proc/13808/stat : 13808 (strangenight2-s) R 13806 13808 12941 0 -1 4202496 20478 0 0 0 1266 3 0 0 25 0 1 0 729655318 105783296 17737 33554432000 4194304 4580011 140733307887168 18446744073709551615 4292890 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13808/statm: 25826 17737 368 95 0 20808 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 103304

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

[startup+12.8007 s]
/proc/loadavg: 3.82 3.95 3.81 5/371 13821
/proc/meminfo: memFree=25240876/32950928 swapFree=38710892/67111528
[pid=13808] ppid=13806 vsize=103304 CPUtime=12.79 cores=5,7
/proc/13808/stat : 13808 (strangenight2-s) R 13806 13808 12941 0 -1 4202496 20512 0 0 0 1276 3 0 0 25 0 1 0 729655318 105783296 17771 33554432000 4194304 4580011 140733307887168 18446744073709551615 4293044 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13808/statm: 25826 17771 368 95 0 20808 0
Current children cumulated CPU time (s) 12.79
Current children cumulated vsize (KiB) 103304

[startup+14.4145 s]
/proc/loadavg: 3.82 3.95 3.81 5/371 13821
/proc/meminfo: memFree=25243760/32950928 swapFree=38710892/67111528
[pid=13808] ppid=13806 vsize=106068 CPUtime=14.4 cores=5,7
/proc/13808/stat : 13808 (strangenight2-s) R 13806 13808 12941 0 -1 4202496 21380 0 0 0 1437 3 0 0 25 0 1 0 729655318 108613632 18639 33554432000 4194304 4580011 140733307887168 18446744073709551615 4295644 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13808/statm: 26517 18639 368 95 0 21499 0
Current children cumulated CPU time (s) 14.4
Current children cumulated vsize (KiB) 106068

[startup+16.0012 s]
/proc/loadavg: 3.82 3.95 3.81 5/371 13821
/proc/meminfo: memFree=25237684/32950928 swapFree=38710892/67111528
[pid=13808] ppid=13806 vsize=106068 CPUtime=15.99 cores=5,7
/proc/13808/stat : 13808 (strangenight2-s) R 13806 13808 12941 0 -1 4202496 21539 0 0 0 1596 3 0 0 25 0 1 0 729655318 108613632 18798 33554432000 4194304 4580011 140733307887168 18446744073709551615 4293160 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13808/statm: 26517 18798 368 95 0 21499 0
Current children cumulated CPU time (s) 15.99
Current children cumulated vsize (KiB) 106068

[startup+16.4011 s]
/proc/loadavg: 3.82 3.95 3.81 5/371 13821
/proc/meminfo: memFree=25237684/32950928 swapFree=38710892/67111528
[pid=13808] ppid=13806 vsize=106068 CPUtime=16.39 cores=5,7
/proc/13808/stat : 13808 (strangenight2-s) R 13806 13808 12941 0 -1 4202496 21572 0 0 0 1636 3 0 0 25 0 1 0 729655318 108613632 18831 33554432000 4194304 4580011 140733307887168 18446744073709551615 4294324 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13808/statm: 26517 18831 368 95 0 21499 0
Current children cumulated CPU time (s) 16.39
Current children cumulated vsize (KiB) 106068

[startup+16.614 s]
/proc/loadavg: 3.84 3.95 3.81 5/371 13821
/proc/meminfo: memFree=25232724/32950928 swapFree=38710892/67111528
[pid=13808] ppid=13806 vsize=106048 CPUtime=16.6 cores=5,7
/proc/13808/stat : 13808 (strangenight2-s) R 13806 13808 12941 0 -1 4202496 21773 0 0 0 1657 3 0 0 25 0 1 0 729655318 108593152 18525 33554432000 4194304 4580011 140733307887168 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13808/statm: 26512 18525 368 95 0 21494 0
Current children cumulated CPU time (s) 16.6
Current children cumulated vsize (KiB) 106048

Child status: 20
Real time (s): 16.6296
CPU time (s): 16.6265
CPU user time (s): 16.5875
CPU system time (s): 0.038994
CPU usage (%): 99.9814
Max. virtual memory (cumulated for all children) (KiB): 106068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.5875
system time used= 0.038994
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21784
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= 6
involuntary context switches= 12

runsolver used 0.056991 second user time and 0.152976 second system time

The end

Launcher Data

Begin job on node113 at 2011-05-14 19:30:46
IDJOB=3368356
IDBENCH=84953
IDSOLVER=1845
FILE ID=node113/3368356-1305394246
RUNJOBID= node113-1305394246-13781
PBS_JOBID= 13324409
Free space on /tmp= 73436 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
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-3368356-1305394246/watcher-3368356-1305394246 -o /tmp/evaluation-result-3368356-1305394246/solver-3368356-1305394246 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3368356-1305394246.cnf

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

MD5SUM BENCH= aed38f764725bc435a811b081bc99da2
RANDOM SEED=1797840775

node113.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.846
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.69
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.846
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	: 5332.76
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.846
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.74
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.846
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.75
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.846
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.846
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.75
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.846
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.83
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.846
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      25567928 kB
Buffers:        247648 kB
Cached:        2478216 kB
SwapCached:      93712 kB
Active:         740908 kB
Inactive:      6381736 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      25567928 kB
SwapTotal:    67111528 kB
SwapFree:     38710892 kB
Dirty:           15308 kB
Writeback:           0 kB
AnonPages:     4314628 kB
Mapped:          14572 kB
Slab:           103720 kB
PageTables:      92452 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 87081724 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= 73400 MiB
End job on node113 at 2011-05-14 19:31:03