Trace number 3401167

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 15.7146 15.7149

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 benchmark3.68644
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-3401167-1306285294.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.23	c asymm  cl-useful: 0/19140/19140 lits-rem:0 time: 0.22
0.69/0.79	c Flit:    64 Blit:    256 bXBeca:    0 bXProp:  517 Bins:      0 BRemL:      0 BRemN:      0 P: 12.5M T:  0.55
0.69/0.79	c Cleaning up after failed var search:     0.00 s 
0.79/0.80	c Replacing      517 vars Replaced    21834 lits Time:     0.00 s 
0.79/0.80	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.79/0.80	c bin-w-bin subsume rem           12 bins  time:  0.00 s
0.79/0.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.79/0.86	c Subs w/ non-existent bins:      1 l-rem:      1 v-fix:     0 done:  18265 time:  0.05 s
0.89/0.90	c Removed useless bin:      44  fixed:     0  props:   7.04M  time:  0.04 s
0.89/0.96	c lits-rem:         4  cl-subs:        2  v-elim:   6088  v-fix:    0  time:  0.06 s
0.89/0.99	c Finding binary XORs  T:     0.03 s  found:     312
0.89/0.99	c Replacing      312 vars Replaced     2603 lits Time:     0.00 s 
0.99/1.00	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.99/1.00	c calculated reachability. Time: 0.01
0.99/1.00	c Calc default polars -  time:   0.00 s pos:     236 undec:    7637 neg:   11600
0.99/1.00	c =========================================================================================
0.99/1.00	c types(t): F = full restart, N = normal restart
0.99/1.00	c types(t): S = simplification begin/end, E = solution found
0.99/1.00	c restart types(rt): st = static, dy = dynamic
0.99/1.00	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.99/1.00	c  B st     0         0     11865     12315     29702         0    102562         0   no data   no data
1.49/1.53	c  N dy    16      4064     11853     12315     29923      3816    102562     65300      5.04      5.38
2.09/2.17	c  N dy    46      8138     11793     12315     30097      5345    102562     65569      5.68      6.01
2.79/2.83	c  N dy    74     12205     11789     12315     30192      5226    102562     41087      5.84      6.22
3.49/3.52	c  N dy   101     16411     11787     12315     30276      9313    102562    111579      5.95      6.35
4.19/4.22	c  N dy   130     20433     11785     12315     30325      8062    102562     81312      6.12      6.46
4.89/4.97	c  N dy   164     24532     11784     12315     30370     12075    102562    158755      6.29     10.76
4.99/5.06	c  F st   169     25002     11784     12315     30377     12534    102562    169557      6.30   no data
5.99/6.04	c  N dy   175     30000     11784     12138     30154     11271    101516    154997      6.30   no data
5.99/6.04	c  S st   175     30000     11784     12138     30154     11271    101516    154997      6.30   no data
6.09/6.15	c  S st   175     30503     11784     12138     30171     11756    101516    162006      6.30   no data
6.09/6.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.49/8.59	c Flit:    53 Blit:     28 bXBeca:    0 bXProp:  262 Bins: 209731 BRemL:  50103 BRemN:     28 P: 33.1M T:  2.42
8.59/8.60	c Replacing      262 vars Replaced    58864 lits Time:     0.02 s 
8.59/8.61	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
8.59/8.63	c bin-w-bin subsume rem        10904 bins  time:  0.02 s
8.59/8.64	c subs with bin:        1  lits-rem:       111  v-fix:    0  time:  0.02 s
8.59/8.69	c Subs w/ non-existent bins:     13 l-rem:     66 v-fix:     0 done:  11421 time:  0.04 s
8.69/8.70	c Removed useless bin:      20  fixed:     0  props:   1.88M  time:  0.02 s
8.81/8.83	c lits-rem:       697  cl-subs:     2508  v-elim:   5301  v-fix:    0  time:  0.13 s
8.81/8.84	c subs with bin:      483  lits-rem:       215  v-fix:    0  time:  0.00 s
8.81/8.85	c lits-rem:       137  cl-subs:      314  v-elim:      0  v-fix:    0  time:  0.01 s
9.39/9.42	c asymm  cl-useful: 1902/11973/11973 lits-rem:7923 time: 0.57
9.39/9.43	c calculated reachability. Time: 0.01
9.39/9.43	c  N dy   175     30503      6120     11957     44748      1488    119124     71624      6.30   no data
9.39/9.47	c Finding binary XORs  T:     0.04 s  found:      72
9.39/9.47	c Replacing       72 vars Replaced     1757 lits Time:     0.00 s 
9.91/9.95	c  N dy   199     34677      6048     11957     44837      5522    119118    154038      6.31      6.65
10.39/10.47	c  N dy   225     38729      6027     11957     44920      6156    119117    137923      6.36      8.52
10.89/11.01	c  N dy   254     42785      6025     11957     44985     10083    119117    204623      6.47      6.84
11.39/11.47	c  S st   275     45754      6024     11957     45012      6493    119116    108220      6.54      5.92
11.49/11.54	c  S st   275     46256      6024     11957     45028      6973    119116    114134      6.54   no data
11.49/11.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
13.09/13.15	c Flit:     7 Blit:      0 bXBeca:    0 bXProp:   60 Bins:  81387 BRemL:  55743 BRemN:     27 P: 15.0M T:  1.60
13.09/13.15	c Replacing       60 vars Replaced     7806 lits Time:     0.01 s 
13.09/13.16	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
13.09/13.17	c bin-w-bin subsume rem         1577 bins  time:  0.01 s
13.09/13.20	c subs with bin:      572  lits-rem:      1185  v-fix:    0  time:  0.03 s
13.20/13.22	c Subs w/ non-existent bins:    211 l-rem:    831 v-fix:     0 done:   5955 time:  0.02 s
13.20/13.22	c Removed useless bin:      54  fixed:     0  props:   0.36M  time:  0.00 s
13.20/13.26	c lits-rem:        40  cl-subs:      427  v-elim:    683  v-fix:    0  time:  0.04 s
13.20/13.27	c subs with bin:      443  lits-rem:       811  v-fix:    0  time:  0.01 s
13.20/13.28	c lits-rem:       240  cl-subs:      284  v-elim:      0  v-fix:    0  time:  0.01 s
13.20/13.29	c vivif2 --  cl tried    10542 cl shrink     1505 lits rem       4460 time: 0.01
13.20/13.30	c vivif2 --  cl tried     4539 cl shrink      293 lits rem        521 time: 0.00
13.89/13.93	c asymm  cl-useful: 1228/10486/10486 lits-rem:4688 time: 0.63
13.89/13.93	c calculated reachability. Time: 0.01
13.89/13.93	c  N dy   275     46256      5272     10485     50021      4520     98119    105752      6.54   no data
13.89/13.96	c Finding binary XORs  T:     0.02 s  found:       0
14.41/14.48	c  N dy   296     50280      5271     10485     50072      8404     98119    175914      6.55      8.64
15.09/15.13	c  N dy   329     54325      5259     10485     50124     12287     98119    242646      6.65      9.28
15.69/15.71	c  E dy   350     57736      5246     10485     50170      7872     98119    134815      6.67      4.35
15.69/15.71	c num threads              : 1          
15.69/15.71	c restarts                 : 350        
15.69/15.71	c dynamic restarts         : 338        
15.69/15.71	c static restarts          : 12         
15.69/15.71	c full restarts            : 1          
15.69/15.71	c total simplify time      : 0.07       
15.69/15.71	c learnts DL2              : 0          
15.69/15.71	c learnts size 2           : 397152     
15.69/15.71	c learnts size 1           : 1565        (8.04      % of vars)
15.69/15.71	c filedLit time            : 4.58        (29.20     % time)
15.69/15.71	c v-elim SatELite          : 12072       (61.99     % vars)
15.69/15.71	c SatELite time            : 0.34        (2.16      % time)
15.69/15.71	c v-elim xor               : 0           (0.00      % vars)
15.69/15.71	c xor elim time            : 0.00        (0.03      % time)
15.69/15.71	c num binary xor trees     : 496        
15.69/15.71	c binxor trees' crown      : 1223        (2.47      leafs/tree)
15.69/15.71	c bin xor find time        : 0.09       
15.69/15.71	c OTF clause improved      : 817         (0.01      clauses/conflict)
15.69/15.71	c OTF impr. size diff      : 930         (1.14       lits/clause)
15.69/15.71	c OTF cl watch-shrink      : 21890       (0.38      clauses/conflict)
15.69/15.71	c OTF cl watch-sh-lit      : 43503       (1.99       lits/clause)
15.69/15.71	c tried to recurMin cls    : 24621       (42.64      % of conflicts)
15.69/15.71	c updated cache            : 0           (0.00       lits/tried recurMin)
15.69/15.71	c clauses over max glue    : 0           (0.00      % of all clauses)
15.69/15.71	c conflicts                : 57736       (3684.58   / sec)
15.69/15.71	c decisions                : 95975       (2.07      % random)
15.69/15.71	c bogo-props               : 446488353   (28493890.63 / sec)
15.69/15.71	c conflict literals        : 1045442     (33.56     % deleted)
15.69/15.71	c Memory used              : 103.57      MB
15.69/15.71	c CPU time                 : 15.67       s
15.69/15.71	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-3401167-1306285294/watcher-3401167-1306285294 -o /tmp/evaluation-result-3401167-1306285294/solver-3401167-1306285294 -C 5000 -W 5100 -M 15500 ./strangenight2-st HOME/instance-3401167-1306285294.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.02 2.04 2.00 2/521 30519
/proc/meminfo: memFree=8145716/32951124 swapFree=65066528/67111528
[pid=30519] ppid=30517 vsize=37656 CPUtime=0.01 cores=1,3,5,7
/proc/30519/stat : 30519 (strangenight2-s) R 30517 30519 30177 0 -1 4202496 2914 0 0 0 1 0 0 0 25 0 1 0 720944926 38559744 2356 33554432000 4194304 4580011 140736506448832 18446744073709551615 228095111877 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/30519/statm: 9414 2357 325 95 0 4396 0

[startup+0.112645 s]
/proc/loadavg: 2.02 2.04 2.00 2/521 30519
/proc/meminfo: memFree=8145716/32951124 swapFree=65066528/67111528
[pid=30519] ppid=30517 vsize=38180 CPUtime=0.1 cores=1,3,5,7
/proc/30519/stat : 30519 (strangenight2-s) R 30517 30519 30177 0 -1 4202496 3067 0 0 0 10 0 0 0 25 0 1 0 720944926 39096320 2509 33554432000 4194304 4580011 140736506448832 18446744073709551615 4294188 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/30519/statm: 9545 2509 340 95 0 4527 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 38180

[startup+0.200629 s]
/proc/loadavg: 2.02 2.04 2.00 2/521 30519
/proc/meminfo: memFree=8145716/32951124 swapFree=65066528/67111528
[pid=30519] ppid=30517 vsize=38180 CPUtime=0.19 cores=1,3,5,7
/proc/30519/stat : 30519 (strangenight2-s) R 30517 30519 30177 0 -1 4202496 3067 0 0 0 19 0 0 0 25 0 1 0 720944926 39096320 2509 33554432000 4194304 4580011 140736506448832 18446744073709551615 4292912 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/30519/statm: 9545 2509 340 95 0 4527 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 38180

[startup+0.300611 s]
/proc/loadavg: 2.02 2.04 2.00 2/521 30519
/proc/meminfo: memFree=8145716/32951124 swapFree=65066528/67111528
[pid=30519] ppid=30517 vsize=42564 CPUtime=0.29 cores=1,3,5,7
/proc/30519/stat : 30519 (strangenight2-s) R 30517 30519 30177 0 -1 4202496 4147 0 0 0 29 0 0 0 25 0 1 0 720944926 43585536 3589 33554432000 4194304 4580011 140736506448832 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/30519/statm: 10641 3589 342 95 0 5623 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 42564

[startup+0.700536 s]
/proc/loadavg: 2.02 2.04 2.00 2/521 30519
/proc/meminfo: memFree=8145716/32951124 swapFree=65066528/67111528
[pid=30519] ppid=30517 vsize=58952 CPUtime=0.69 cores=1,3,5,7
/proc/30519/stat : 30519 (strangenight2-s) R 30517 30519 30177 0 -1 4202496 8064 0 0 0 68 1 0 0 25 0 1 0 720944926 60366848 7506 33554432000 4194304 4580011 140736506448832 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/30519/statm: 14738 7506 342 95 0 9720 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 58952

[startup+1.50039 s]
/proc/loadavg: 2.02 2.04 2.00 3/522 30520
/proc/meminfo: memFree=8108764/32951124 swapFree=65066528/67111528
[pid=30519] ppid=30517 vsize=66176 CPUtime=1.49 cores=1,3,5,7
/proc/30519/stat : 30519 (strangenight2-s) R 30517 30519 30177 0 -1 4202496 10014 0 0 0 148 1 0 0 25 0 1 0 720944926 67764224 9456 33554432000 4194304 4580011 140736506448832 18446744073709551615 4293102 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/30519/statm: 16544 9456 365 95 0 11526 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 66176

[startup+3.10109 s]
/proc/loadavg: 2.02 2.04 2.00 3/522 30520
/proc/meminfo: memFree=8107276/32951124 swapFree=65066528/67111528
[pid=30519] ppid=30517 vsize=67028 CPUtime=3.09 cores=1,3,5,7
/proc/30519/stat : 30519 (strangenight2-s) R 30517 30519 30177 0 -1 4202496 10478 0 0 0 308 1 0 0 25 0 1 0 720944926 68636672 9388 33554432000 4194304 4580011 140736506448832 18446744073709551615 4294188 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/30519/statm: 16757 9388 365 95 0 11739 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 67028

[startup+6.30051 s]
/proc/loadavg: 2.02 2.04 2.00 3/522 30520
/proc/meminfo: memFree=8106056/32951124 swapFree=65066528/67111528
[pid=30519] ppid=30517 vsize=70268 CPUtime=6.29 cores=1,3,5,7
/proc/30519/stat : 30519 (strangenight2-s) R 30517 30519 30177 0 -1 4202496 11875 0 0 0 628 1 0 0 25 0 1 0 720944926 71954432 10229 33554432000 4194304 4580011 140736506448832 18446744073709551615 4293179 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/30519/statm: 17567 10229 368 95 0 12549 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 70268

[startup+12.7003 s]
/proc/loadavg: 2.02 2.04 2.00 3/522 30520
/proc/meminfo: memFree=8072792/32951124 swapFree=65066528/67111528
[pid=30519] ppid=30517 vsize=104636 CPUtime=12.69 cores=1,3,5,7
/proc/30519/stat : 30519 (strangenight2-s) R 30517 30519 30177 0 -1 4202496 20910 0 0 0 1266 3 0 0 25 0 1 0 720944926 107147264 18169 33554432000 4194304 4580011 140736506448832 18446744073709551615 4224982 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/30519/statm: 26159 18169 368 95 0 21141 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 104636

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

[startup+12.8003 s]
/proc/loadavg: 2.02 2.04 2.00 3/522 30520
/proc/meminfo: memFree=8072792/32951124 swapFree=65066528/67111528
[pid=30519] ppid=30517 vsize=104768 CPUtime=12.79 cores=1,3,5,7
/proc/30519/stat : 30519 (strangenight2-s) R 30517 30519 30177 0 -1 4202496 20957 0 0 0 1276 3 0 0 25 0 1 0 720944926 107282432 18216 33554432000 4194304 4580011 140736506448832 18446744073709551615 4293106 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/30519/statm: 26192 18216 368 95 0 21174 0
Current children cumulated CPU time (s) 12.79
Current children cumulated vsize (KiB) 104768

[startup+14.42 s]
/proc/loadavg: 2.02 2.04 2.00 3/522 30520
/proc/meminfo: memFree=8069452/32951124 swapFree=65066528/67111528
[pid=30519] ppid=30517 vsize=106068 CPUtime=14.41 cores=1,3,5,7
/proc/30519/stat : 30519 (strangenight2-s) R 30517 30519 30177 0 -1 4202496 21452 0 0 0 1437 4 0 0 25 0 1 0 720944926 108613632 18711 33554432000 4194304 4580011 140736506448832 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/30519/statm: 26517 18711 368 95 0 21499 0
Current children cumulated CPU time (s) 14.41
Current children cumulated vsize (KiB) 106068

[startup+15.2009 s]
/proc/loadavg: 2.02 2.04 2.00 3/522 30520
/proc/meminfo: memFree=8069452/32951124 swapFree=65066528/67111528
[pid=30519] ppid=30517 vsize=106068 CPUtime=15.19 cores=1,3,5,7
/proc/30519/stat : 30519 (strangenight2-s) R 30517 30519 30177 0 -1 4202496 21544 0 0 0 1515 4 0 0 25 0 1 0 720944926 108613632 18803 33554432000 4194304 4580011 140736506448832 18446744073709551615 4293872 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/30519/statm: 26517 18803 368 95 0 21499 0
Current children cumulated CPU time (s) 15.19
Current children cumulated vsize (KiB) 106068

[startup+15.6008 s]
/proc/loadavg: 2.01 2.04 2.00 3/522 30521
/proc/meminfo: memFree=8068956/32951124 swapFree=65066528/67111528
[pid=30519] ppid=30517 vsize=106068 CPUtime=15.59 cores=1,3,5,7
/proc/30519/stat : 30519 (strangenight2-s) R 30517 30519 30177 0 -1 4202496 21585 0 0 0 1555 4 0 0 25 0 1 0 720944926 108613632 18844 33554432000 4194304 4580011 140736506448832 18446744073709551615 4294188 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/30519/statm: 26517 18844 368 95 0 21499 0
Current children cumulated CPU time (s) 15.59
Current children cumulated vsize (KiB) 106068

[startup+15.7008 s]
/proc/loadavg: 2.01 2.04 2.00 3/522 30521
/proc/meminfo: memFree=8068956/32951124 swapFree=65066528/67111528
[pid=30519] ppid=30517 vsize=106048 CPUtime=15.69 cores=1,3,5,7
/proc/30519/stat : 30519 (strangenight2-s) R 30517 30519 30177 0 -1 4202496 21774 0 0 0 1565 4 0 0 25 0 1 0 720944926 108593152 18526 33554432000 4194304 4580011 140736506448832 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/30519/statm: 26512 18526 368 95 0 21494 0
Current children cumulated CPU time (s) 15.69
Current children cumulated vsize (KiB) 106048

Child status: 20
Real time (s): 15.7149
CPU time (s): 15.7146
CPU user time (s): 15.6696
CPU system time (s): 0.044993
CPU usage (%): 99.9982
Max. virtual memory (cumulated for all children) (KiB): 106068

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

runsolver used 0.06099 second user time and 0.228965 second system time

The end

Launcher Data

Begin job on node142 at 2011-05-25 03:01:35
IDJOB=3401167
IDBENCH=84953
IDSOLVER=1887
FILE ID=node142/3401167-1306285294
RUNJOBID= node142-1306280110-30197
PBS_JOBID= 13457844
Free space on /tmp= 73492 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-3401167-1306285294/watcher-3401167-1306285294 -o /tmp/evaluation-result-3401167-1306285294/solver-3401167-1306285294 -C 5000 -W 5100 -M 15500  ./strangenight2-st HOME/instance-3401167-1306285294.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= aed38f764725bc435a811b081bc99da2
RANDOM SEED=851707003

node142.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	: 5131.95
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.82
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.67
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.81
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.82
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       8145996 kB
Buffers:        265116 kB
Cached:        7312256 kB
SwapCached:      20520 kB
Active:       12334440 kB
Inactive:     12138076 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       8145996 kB
SwapTotal:    67111528 kB
SwapFree:     65066528 kB
Dirty:            6228 kB
Writeback:           0 kB
AnonPages:    16883356 kB
Mapped:          33972 kB
Slab:           186972 kB
PageTables:      75568 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 145681844 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= 73488 MiB
End job on node142 at 2011-05-25 03:01:50