Trace number 3401069

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 34.2958 34.2954

General information on the benchmark

Nameapplication/jarvisalo/
HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k50-bjrb07amba2andenv-tseitin.cnf
MD5SUM7599aafec7bebba20ceab50260cd7197
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.53746
Satisfiable
(Un)Satisfiability was proved
Number of variables70167
Number of clauses209513
Sum of the clauses size488861
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2139674
Number of clauses of size 369837
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-3401069-1306281179.cnf'
0.00/0.01	c -- header says num vars:          70167
0.00/0.01	c -- header says num clauses:      209513
0.06/0.07	c -- clauses added:            0 learnts,       209513 normals,            0 xors
0.06/0.07	c -- vars added      70167
0.06/0.07	c Parsing time:  0.06 s
0.06/0.07	c  N st     0         0     70167     69837    139674         0    488859         0   no data   no data
0.39/0.44	c asymm  cl-useful: 0/69836/69836 lits-rem:0 time: 0.37
1.39/1.43	c Flit:     6 Blit:      6 bXBeca:    0 bXProp:  242 Bins:      0 BRemL:      0 BRemN:      0 P: 19.6M T:  0.98
1.39/1.45	c Replacing      242 vars Replaced     2951 lits Time:     0.01 s 
1.39/1.46	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1.39/1.47	c bin-w-bin subsume rem            7 bins  time:  0.01 s
1.49/1.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
1.59/1.60	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  69911 time:  0.10 s
1.59/1.69	c Removed useless bin:     224  fixed:     0  props:  16.81M  time:  0.09 s
1.89/1.91	c lits-rem:      1786  cl-subs:     1963  v-elim:  23303  v-fix:    0  time:  0.21 s
1.89/1.95	c Finding binary XORs  T:     0.04 s  found:       9
1.89/1.96	c Replacing        9 vars Replaced      163 lits Time:     0.01 s 
1.89/2.00	c Finding non-binary XORs:     0.02 s (found:       0, avg size: nan)
1.89/2.00	c calculated reachability. Time: 0.01
1.99/2.00	c Calc default polars -  time:   0.01 s pos:     828 undec:   23738 neg:   45601
1.99/2.00	c =========================================================================================
1.99/2.00	c types(t): F = full restart, N = normal restart
1.99/2.00	c types(t): S = simplification begin/end, E = solution found
1.99/2.00	c restart types(rt): st = static, dy = dynamic
1.99/2.00	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
1.99/2.00	c  B st     0         0     46599     66655     95195         0    432940         0   no data   no data
2.39/2.41	c  N dy    17      4034     46599     66655     95546      3663    432940     26574      3.58      4.01
2.89/2.92	c  N dy    41      8076     46599     66655     95870      7361    432938     54218      3.68      3.98
3.39/3.49	c  N dy    74     12101     46599     66655     96126     11109    432938     86407      3.86      5.55
4.09/4.16	c  N dy   102     16125     46599     66655     96360     14879    432938    123163      3.95      4.20
4.79/4.85	c  N dy   130     20205     46599     66655     96596      9560    432935     53638      4.02      4.26
5.40/5.45	c  N dy   156     24212     46594     66655     96792     13342    432921     87217      4.05      4.27
5.59/5.60	c  F st   162     25000     46594     66655     96833     14085    432920     93781      4.06   no data
6.39/6.49	c  N st   167     28298     46586     66575     96964     17193    432478    123917      4.06   no data
6.60/6.66	c  S st   168     30002     46586     66575     97000     18847    432478    138576      4.06   no data
6.69/6.80	c  S st   168     30504     46578     66575     97057     19290    432478    141901      4.06   no data
6.79/6.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
8.99/9.04	c Flit:     4 Blit:     19 bXBeca:    0 bXProp:  175 Bins: 331894 BRemL: 102529 BRemN:     31 P: 26.7M T:  2.23
8.99/9.08	c Replacing      175 vars Replaced    18372 lits Time:     0.04 s 
9.09/9.10	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
9.09/9.13	c bin-w-bin subsume rem         4321 bins  time:  0.03 s
9.09/9.17	c subs with bin:      761  lits-rem:      3309  v-fix:    0  time:  0.04 s
9.19/9.27	c Subs w/ non-existent bins:     89 l-rem:    709 v-fix:     0 done:  46380 time:  0.10 s
9.29/9.31	c Removed useless bin:      30  fixed:     0  props:   3.59M  time:  0.04 s
9.69/9.70	c lits-rem:      4273  cl-subs:     4606  v-elim:  30012  v-fix:    0  time:  0.39 s
9.69/9.72	c subs with bin:      145  lits-rem:       575  v-fix:    0  time:  0.01 s
9.69/9.75	c lits-rem:       398  cl-subs:      469  v-elim:      0  v-fix:    0  time:  0.02 s
9.69/9.78	c asymm  cl-useful: 0/4816/74652 lits-rem:0 time: 0.04
9.69/9.81	c calculated reachability. Time: 0.01
9.69/9.81	c  N dy   168     30504     16368     74652     61405      4636    380253    103902      4.06   no data
9.80/9.82	c Finding binary XORs  T:     0.02 s  found:       3
10.19/10.23	c  N dy   198     34746     16368     74652     61489      8705    380224    134477      4.10      4.32
10.59/10.69	c  N dy   226     38822     16368     74652     61557     12635    380202    165781      4.13      4.36
11.09/11.17	c  N dy   253     43083     16368     74652     61626      9124    380171    121506      4.15      4.37
11.49/11.50	c  S st   271     45756     16368     74652     61679     11701    380154    140988      4.16      4.20
11.49/11.59	c  S st   271     46258     16368     74652     61733     12142    380151    143864      4.16   no data
11.59/11.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
12.00/12.08	c Flit:     3 Blit:      0 bXBeca:    0 bXProp:   14 Bins:  16690 BRemL:  25137 BRemN:     65 P: 11.8M T:  0.48
12.00/12.11	c Replacing       17 vars Replaced     1597 lits Time:     0.02 s 
12.11/12.12	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
12.11/12.13	c bin-w-bin subsume rem          179 bins  time:  0.01 s
12.11/12.15	c subs with bin:     1622  lits-rem:      6694  v-fix:    0  time:  0.02 s
12.11/12.18	c Subs w/ non-existent bins:    135 l-rem:   1426 v-fix:     0 done:  16348 time:  0.03 s
12.11/12.19	c Removed useless bin:      11  fixed:     0  props:   0.66M  time:  0.01 s
12.19/12.27	c lits-rem:       644  cl-subs:     1696  v-elim:    717  v-fix:    0  time:  0.08 s
12.19/12.29	c subs with bin:       90  lits-rem:       248  v-fix:    0  time:  0.01 s
12.29/12.32	c lits-rem:       329  cl-subs:      700  v-elim:      0  v-fix:    0  time:  0.02 s
12.29/12.35	c vivif2 --  cl tried    72263 cl shrink     1025 lits rem       1170 time: 0.02
12.29/12.35	c vivif2 --  cl tried    10574 cl shrink      757 lits rem        920 time: 0.00
12.89/12.92	c asymm  cl-useful: 1893/14356/72239 lits-rem:2275 time: 0.57
12.89/12.93	c calculated reachability. Time: 0.01
12.89/12.93	c  N dy   271     46258     15631     72239     47226     10571    358044    106865      4.16   no data
12.89/12.94	c Finding binary XORs  T:     0.01 s  found:       0
13.29/13.39	c  N dy   306     50268     15630     72239     47271     14480    358022    140943      4.21      4.60
13.79/13.88	c  N dy   338     54294     15630     72239     47312     18410    358007    174762      4.24      4.47
14.31/14.39	c  N dy   371     58358     15630     72239     47355     22375    357994    209662      4.28      4.51
14.89/14.93	c  N dy   400     62420     15630     72239     47386     26372    357986    245510      4.31      5.38
15.40/15.44	c  N dy   434     66586     15630     72239     47441     16344    357974    139639      4.33      4.58
15.79/15.81	c  S st   456     69388     15630     72239     47477     19081    357968    163268      4.35   no data
15.89/15.91	c  S st   456     69891     15630     72239     47522     19537    357968    166688      4.35   no data
15.89/15.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
16.29/16.35	c Flit:     1 Blit:      0 bXBeca:    0 bXProp:   12 Bins:   6811 BRemL:   4870 BRemN:     27 P: 11.7M T:  0.43
16.29/16.37	c Replacing       12 vars Replaced      610 lits Time:     0.02 s 
16.29/16.39	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
16.40/16.41	c bin-w-bin subsume rem           88 bins  time:  0.01 s
16.40/16.42	c subs with bin:      366  lits-rem:       171  v-fix:    0  time:  0.02 s
16.40/16.45	c Subs w/ non-existent bins:     87 l-rem:     81 v-fix:     0 done:  15617 time:  0.03 s
16.40/16.46	c Removed useless bin:      11  fixed:     0  props:   0.63M  time:  0.01 s
16.50/16.52	c lits-rem:       115  cl-subs:      497  v-elim:    301  v-fix:    0  time:  0.07 s
16.50/16.54	c subs with bin:      158  lits-rem:       219  v-fix:    0  time:  0.01 s
16.50/16.59	c lits-rem:       475  cl-subs:      792  v-elim:      0  v-fix:    0  time:  0.03 s
16.59/16.61	c vivif2 --  cl tried    71540 cl shrink      490 lits rem        622 time: 0.02
16.59/16.62	c vivif2 --  cl tried    17939 cl shrink     1069 lits rem       1452 time: 0.01
16.89/16.90	c asymm  cl-useful: 2182/6950/71535 lits-rem:2435 time: 0.28
16.89/16.91	c calculated reachability. Time: 0.00
16.89/16.91	c  N dy   456     69891     15316     71475     47218     17938    352117    155612      4.35   no data
16.89/16.93	c Finding binary XORs  T:     0.01 s  found:       3
17.50/17.53	c  N dy   490     74351     15316     71475     47276     22291    352103    195155      4.37      5.00
18.10/18.19	c  N dy   531     79149     15316     71475     47323     26994    352092    239338      4.40      5.12
18.90/18.96	c  N dy   574     84288     15314     71475     47364     32038    352081    287022      4.43      5.30
19.39/19.47	c  F st   600     87501     15314     71475     47389     35192    352074    318616      4.45   no data
19.39/19.49	c Replacing        3 vars Replaced       89 lits Time:     0.01 s 
19.89/19.90	c  N st   605     90796     15311     71457     47336     23141    351986    188660      4.45   no data
20.59/20.68	c  N dy   640     96621     15311     71457     47369     28841    351977    246576      4.48      5.39
21.49/21.59	c  N dy   696    102786     15311     71457     47407     34901    351968    310409      4.52      5.47
21.91/21.91	c  S st   715    104838     15311     71457     47414     36926    351967    334257      4.55   no data
22.01/22.02	c  S st   715    105339     15311     71457     47453     37384    351967    337803      4.55   no data
22.01/22.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
22.49/22.50	c Flit:     7 Blit:      0 bXBeca:    0 bXProp:   23 Bins:   7154 BRemL:   5330 BRemN:     46 P: 13.2M T:  0.47
22.49/22.52	c Replacing       23 vars Replaced     4498 lits Time:     0.02 s 
22.49/22.54	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
22.49/22.55	c bin-w-bin subsume rem           78 bins  time:  0.01 s
22.49/22.57	c subs with bin:      346  lits-rem:        87  v-fix:    0  time:  0.02 s
22.59/22.60	c Subs w/ non-existent bins:     63 l-rem:     23 v-fix:     0 done:  15281 time:  0.03 s
22.59/22.61	c Removed useless bin:       6  fixed:     0  props:   0.62M  time:  0.01 s
22.59/22.67	c lits-rem:       145  cl-subs:      399  v-elim:    124  v-fix:    0  time:  0.06 s
22.69/22.71	c subs with bin:      184  lits-rem:       376  v-fix:    0  time:  0.02 s
22.69/22.78	c lits-rem:      1500  cl-subs:     1235  v-elim:      0  v-fix:    0  time:  0.06 s
22.79/22.80	c vivif2 --  cl tried    70678 cl shrink      191 lits rem        241 time: 0.02
22.79/22.83	c vivif2 --  cl tried    35573 cl shrink     3093 lits rem       4477 time: 0.03
23.11/23.12	c asymm  cl-useful: 746/14494/70671 lits-rem:1558 time: 0.29
23.11/23.13	c calculated reachability. Time: 0.00
23.11/23.13	c  N dy   715    105339     15157     70403     48211     35567    347018    318365      4.55   no data
23.11/23.15	c Finding binary XORs  T:     0.01 s  found:       4
24.21/24.27	c  N dy   776    112160     15156     70403     48257     42267    347016    393910      4.60      5.18
25.39/25.43	c  N dy   842    119388     15156     70403     48293     32289    347012    259023      4.66      5.03
26.59/26.65	c  N dy   911    127050     15156     70403     48337     39814    347005    345809      4.72      5.08
27.89/27.99	c  N dy   986    135249     15156     70403     48368     47878    346999    439742      4.78      5.16
29.29/29.35	c  N dy  1058    143974     15156     70403     48394     38414    346995    305041      4.83      5.11
30.70/30.76	c  N dy  1136    153378     15156     70403     48405     47685    346992    419322      4.88      5.14
31.39/31.46	c  S st  1181    158009     15156     70403     48413     52239    346990    478675      4.92   no data
31.49/31.59	c  S st  1181    158511     15156     70403     48448     52702    346989    482112      4.92   no data
31.59/31.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
31.99/32.09	c Flit:     2 Blit:      0 bXBeca:    0 bXProp:    9 Bins:   4082 BRemL:   3410 BRemN:     24 P: 14.3M T:  0.49
32.09/32.12	c Replacing       13 vars Replaced      708 lits Time:     0.02 s 
32.09/32.14	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
32.09/32.14	c bin-w-bin subsume rem           47 bins  time:  0.01 s
32.09/32.16	c subs with bin:      356  lits-rem:       173  v-fix:    0  time:  0.02 s
32.09/32.19	c Subs w/ non-existent bins:     66 l-rem:     66 v-fix:     0 done:  15141 time:  0.03 s
32.19/32.20	c Removed useless bin:       7  fixed:     0  props:   0.63M  time:  0.01 s
32.19/32.26	c lits-rem:        65  cl-subs:      201  v-elim:     94  v-fix:    0  time:  0.06 s
32.29/32.31	c subs with bin:      524  lits-rem:      1108  v-fix:    0  time:  0.03 s
32.39/32.44	c lits-rem:      3784  cl-subs:     1844  v-elim:      0  v-fix:    0  time:  0.11 s
32.39/32.46	c vivif2 --  cl tried    69866 cl shrink      191 lits rem        226 time: 0.02
32.49/32.50	c vivif2 --  cl tried    50061 cl shrink     4122 lits rem       5995 time: 0.03
32.79/32.81	c asymm  cl-useful: 251/13999/69859 lits-rem:683 time: 0.31
32.79/32.82	c calculated reachability. Time: 0.00
32.79/32.82	c  N dy  1181    158511     15047     69690     48361     50055    343890    449067      4.92   no data
32.79/32.83	c Finding binary XORs  T:     0.01 s  found:       3
34.19/34.28	c  E dy  1251    167337     15015     69690     48463     39077    343888    291407      4.96      3.52
34.19/34.28	c num threads              : 1          
34.19/34.28	c restarts                 : 1251       
34.19/34.28	c dynamic restarts         : 1233       
34.19/34.28	c static restarts          : 18         
34.19/34.28	c full restarts            : 2          
34.19/34.28	c total simplify time      : 0.09       
34.19/34.28	c learnts DL2              : 0          
34.19/34.28	c learnts size 2           : 530544     
34.19/34.28	c learnts size 1           : 674         (0.96      % of vars)
34.19/34.28	c filedLit time            : 5.09        (14.89     % time)
34.19/34.28	c v-elim SatELite          : 54551       (77.74     % vars)
34.19/34.28	c SatELite time            : 1.19        (3.48      % time)
34.19/34.28	c v-elim xor               : 0           (0.00      % vars)
34.19/34.28	c xor elim time            : 0.05        (0.15      % time)
34.19/34.28	c num binary xor trees     : 417        
34.19/34.28	c binxor trees' crown      : 497         (1.19      leafs/tree)
34.19/34.28	c bin xor find time        : 0.12       
34.19/34.28	c OTF clause improved      : 2066        (0.01      clauses/conflict)
34.19/34.28	c OTF impr. size diff      : 2278        (1.10       lits/clause)
34.19/34.28	c OTF cl watch-shrink      : 71071       (0.42      clauses/conflict)
34.19/34.28	c OTF cl watch-sh-lit      : 123616      (1.74       lits/clause)
34.19/34.28	c tried to recurMin cls    : 43020       (25.71      % of conflicts)
34.19/34.28	c updated cache            : 0           (0.00       lits/tried recurMin)
34.19/34.28	c clauses over max glue    : 0           (0.00      % of all clauses)
34.19/34.28	c conflicts                : 167337      (4890.21   / sec)
34.19/34.28	c decisions                : 519384      (6.18      % random)
34.19/34.28	c bogo-props               : 1513424326  (44227864.76 / sec)
34.19/34.28	c conflict literals        : 1650978     (28.90     % deleted)
34.19/34.28	c Memory used              : 178.06      MB
34.19/34.28	c CPU time                 : 34.22       s
34.19/34.28	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-3401069-1306281179/watcher-3401069-1306281179 -o /tmp/evaluation-result-3401069-1306281179/solver-3401069-1306281179 -C 5000 -W 5100 -M 15500 ./strangenight2-st HOME/instance-3401069-1306281179.cnf 

running on 4 cores: 0,2,4,6

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.01 1.96 1.37 2/453 24669
/proc/meminfo: memFree=24518540/32951124 swapFree=61585512/67111528
[pid=24669] ppid=24667 vsize=33700 CPUtime=0 cores=0,2,4,6
/proc/24669/stat : 24669 (strangenight2-s) R 24667 24669 24439 0 -1 4202496 1809 0 0 0 0 0 0 0 25 0 1 0 739715814 34508800 1518 33554432000 4194304 4580011 140735931450832 18446744073709551615 4306996 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24669/statm: 8425 1519 324 95 0 3407 0

[startup+0.073087 s]
/proc/loadavg: 2.01 1.96 1.37 2/453 24669
/proc/meminfo: memFree=24518540/32951124 swapFree=61585512/67111528
[pid=24669] ppid=24667 vsize=64084 CPUtime=0.06 cores=0,2,4,6
/proc/24669/stat : 24669 (strangenight2-s) R 24667 24669 24439 0 -1 4202496 9821 0 0 0 5 1 0 0 25 0 1 0 739715814 65622016 7622 33554432000 4194304 4580011 140735931450832 18446744073709551615 4311298 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24669/statm: 16021 7626 324 95 0 11003 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 64084

[startup+0.101084 s]
/proc/loadavg: 2.01 1.96 1.37 2/453 24669
/proc/meminfo: memFree=24518540/32951124 swapFree=61585512/67111528
[pid=24669] ppid=24667 vsize=64080 CPUtime=0.09 cores=0,2,4,6
/proc/24669/stat : 24669 (strangenight2-s) R 24667 24669 24439 0 -1 4202496 9883 0 0 0 8 1 0 0 25 0 1 0 739715814 65617920 7683 33554432000 4194304 4580011 140735931450832 18446744073709551615 4292903 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24669/statm: 16020 7683 340 95 0 11002 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 64080

[startup+0.301047 s]
/proc/loadavg: 2.01 1.96 1.37 2/453 24669
/proc/meminfo: memFree=24518540/32951124 swapFree=61585512/67111528
[pid=24669] ppid=24667 vsize=64080 CPUtime=0.29 cores=0,2,4,6
/proc/24669/stat : 24669 (strangenight2-s) R 24667 24669 24439 0 -1 4202496 9883 0 0 0 28 1 0 0 25 0 1 0 739715814 65617920 7683 33554432000 4194304 4580011 140735931450832 18446744073709551615 4293106 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24669/statm: 16020 7683 340 95 0 11002 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 64080

[startup+0.700996 s]
/proc/loadavg: 2.01 1.96 1.37 2/453 24669
/proc/meminfo: memFree=24518540/32951124 swapFree=61585512/67111528
[pid=24669] ppid=24667 vsize=78356 CPUtime=0.69 cores=0,2,4,6
/proc/24669/stat : 24669 (strangenight2-s) R 24667 24669 24439 0 -1 4202496 13477 0 0 0 67 2 0 0 25 0 1 0 739715814 80236544 11277 33554432000 4194304 4580011 140735931450832 18446744073709551615 271550198469 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24669/statm: 19589 11277 342 95 0 14571 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 78356

[startup+1.50083 s]
/proc/loadavg: 2.01 1.97 1.37 3/454 24670
/proc/meminfo: memFree=24458480/32951124 swapFree=61585512/67111528
[pid=24669] ppid=24667 vsize=102504 CPUtime=1.49 cores=0,2,4,6
/proc/24669/stat : 24669 (strangenight2-s) R 24667 24669 24439 0 -1 4202496 19299 0 0 0 147 2 0 0 25 0 1 0 739715814 104964096 17099 33554432000 4194304 4580011 140735931450832 18446744073709551615 271550195875 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24669/statm: 25626 17099 353 95 0 20608 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 102504

[startup+3.10056 s]
/proc/loadavg: 2.01 1.97 1.37 3/454 24670
/proc/meminfo: memFree=24424380/32951124 swapFree=61585512/67111528
[pid=24669] ppid=24667 vsize=125916 CPUtime=3.09 cores=0,2,4,6
/proc/24669/stat : 24669 (strangenight2-s) R 24667 24669 24439 0 -1 4202496 25569 0 0 0 306 3 0 0 25 0 1 0 739715814 128937984 23367 33554432000 4194304 4580011 140735931450832 18446744073709551615 4293078 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24669/statm: 31479 23367 365 95 0 26461 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 125916

[startup+6.30098 s]
/proc/loadavg: 2.01 1.97 1.37 3/454 24670
/proc/meminfo: memFree=24424628/32951124 swapFree=61585512/67111528
[pid=24669] ppid=24667 vsize=128368 CPUtime=6.29 cores=0,2,4,6
/proc/24669/stat : 24669 (strangenight2-s) R 24667 24669 24439 0 -1 4202496 26355 0 0 0 626 3 0 0 25 0 1 0 739715814 131448832 22802 33554432000 4194304 4580011 140735931450832 18446744073709551615 4295372 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24669/statm: 32092 22802 366 95 0 27074 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 128368

[startup+12.7008 s]
/proc/loadavg: 2.01 1.97 1.38 3/454 24670
/proc/meminfo: memFree=24375188/32951124 swapFree=61585512/67111528
[pid=24669] ppid=24667 vsize=171056 CPUtime=12.69 cores=0,2,4,6
/proc/24669/stat : 24669 (strangenight2-s) R 24667 24669 24439 0 -1 4202496 38940 0 0 0 1264 5 0 0 25 0 1 0 739715814 175161344 33432 33554432000 4194304 4580011 140735931450832 18446744073709551615 4293653 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24669/statm: 42764 33432 368 95 0 37746 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 171056

[startup+25.5005 s]
/proc/loadavg: 2.01 1.97 1.39 3/454 24671
/proc/meminfo: memFree=24374060/32951124 swapFree=61585512/67111528
[pid=24669] ppid=24667 vsize=175392 CPUtime=25.49 cores=0,2,4,6
/proc/24669/stat : 24669 (strangenight2-s) R 24667 24669 24439 0 -1 4202496 42346 0 0 0 2543 6 0 0 25 0 1 0 739715814 179601408 34547 33554432000 4194304 4580011 140735931450832 18446744073709551615 4293276 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24669/statm: 43848 34547 368 95 0 38830 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 175392

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

[startup+28.7009 s]
/proc/loadavg: 2.01 1.97 1.39 3/454 24671
/proc/meminfo: memFree=24371324/32951124 swapFree=61585512/67111528
[pid=24669] ppid=24667 vsize=175392 CPUtime=28.69 cores=0,2,4,6
/proc/24669/stat : 24669 (strangenight2-s) R 24667 24669 24439 0 -1 4202496 42623 0 0 0 2863 6 0 0 25 0 1 0 739715814 179601408 34824 33554432000 4194304 4580011 140735931450832 18446744073709551615 4293666 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24669/statm: 43848 34824 368 95 0 38830 0
Current children cumulated CPU time (s) 28.69
Current children cumulated vsize (KiB) 175392

[startup+31.9173 s]
/proc/loadavg: 2.00 1.97 1.39 3/454 24671
/proc/meminfo: memFree=24368896/32951124 swapFree=61585512/67111528
[pid=24669] ppid=24667 vsize=175392 CPUtime=31.91 cores=0,2,4,6
/proc/24669/stat : 24669 (strangenight2-s) R 24667 24669 24439 0 -1 4202496 42939 0 0 0 3185 6 0 0 25 0 1 0 739715814 179601408 35140 33554432000 4194304 4580011 140735931450832 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24669/statm: 43848 35140 368 95 0 38830 0
Current children cumulated CPU time (s) 31.91
Current children cumulated vsize (KiB) 175392

[startup+33.501 s]
/proc/loadavg: 2.00 1.97 1.39 3/454 24671
/proc/meminfo: memFree=24362224/32951124 swapFree=61585512/67111528
[pid=24669] ppid=24667 vsize=181752 CPUtime=33.49 cores=0,2,4,6
/proc/24669/stat : 24669 (strangenight2-s) R 24667 24669 24439 0 -1 4202496 44578 0 0 0 3343 6 0 0 25 0 1 0 739715814 186114048 36764 33554432000 4194304 4580011 140735931450832 18446744073709551615 4294607 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24669/statm: 45438 36764 370 95 0 40420 0
Current children cumulated CPU time (s) 33.49
Current children cumulated vsize (KiB) 181752

[startup+33.901 s]
/proc/loadavg: 2.00 1.97 1.39 3/454 24671
/proc/meminfo: memFree=24362224/32951124 swapFree=61585512/67111528
[pid=24669] ppid=24667 vsize=181752 CPUtime=33.89 cores=0,2,4,6
/proc/24669/stat : 24669 (strangenight2-s) R 24667 24669 24439 0 -1 4202496 44611 0 0 0 3383 6 0 0 25 0 1 0 739715814 186114048 36797 33554432000 4194304 4580011 140735931450832 18446744073709551615 4294188 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24669/statm: 45438 36797 370 95 0 40420 0
Current children cumulated CPU time (s) 33.89
Current children cumulated vsize (KiB) 181752

[startup+34.1169 s]
/proc/loadavg: 2.00 1.97 1.39 3/454 24671
/proc/meminfo: memFree=24361356/32951124 swapFree=61585512/67111528
[pid=24669] ppid=24667 vsize=181752 CPUtime=34.1 cores=0,2,4,6
/proc/24669/stat : 24669 (strangenight2-s) R 24667 24669 24439 0 -1 4202496 44629 0 0 0 3404 6 0 0 25 0 1 0 739715814 186114048 36815 33554432000 4194304 4580011 140735931450832 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24669/statm: 45438 36815 370 95 0 40420 0
Current children cumulated CPU time (s) 34.1
Current children cumulated vsize (KiB) 181752

[startup+34.2009 s]
/proc/loadavg: 2.00 1.97 1.39 3/454 24671
/proc/meminfo: memFree=24361356/32951124 swapFree=61585512/67111528
[pid=24669] ppid=24667 vsize=181752 CPUtime=34.19 cores=0,2,4,6
/proc/24669/stat : 24669 (strangenight2-s) R 24667 24669 24439 0 -1 4202496 44635 0 0 0 3413 6 0 0 25 0 1 0 739715814 186114048 36821 33554432000 4194304 4580011 140735931450832 18446744073709551615 4294512 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24669/statm: 45438 36821 370 95 0 40420 0
Current children cumulated CPU time (s) 34.19
Current children cumulated vsize (KiB) 181752

Child status: 20
Real time (s): 34.2954
CPU time (s): 34.2958
CPU user time (s): 34.2198
CPU system time (s): 0.075988
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 182328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 34.2198
system time used= 0.075988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45494
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= 11
involuntary context switches= 30

runsolver used 0.151976 second user time and 0.369943 second system time

The end

Launcher Data

Begin job on node133 at 2011-05-25 01:52:59
IDJOB=3401069
IDBENCH=82465
IDSOLVER=1887
FILE ID=node133/3401069-1306281179
RUNJOBID= node133-1306280111-24457
PBS_JOBID= 13457853
Free space on /tmp= 72876 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k50-bjrb07amba2andenv-tseitin.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3401069-1306281179/watcher-3401069-1306281179 -o /tmp/evaluation-result-3401069-1306281179/solver-3401069-1306281179 -C 5000 -W 5100 -M 15500  ./strangenight2-st HOME/instance-3401069-1306281179.cnf

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

MD5SUM BENCH= 7599aafec7bebba20ceab50260cd7197
RANDOM SEED=619230077

node133.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.834
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.66
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.834
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.75
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.834
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.834
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	: 6741.12
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.834
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.834
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.834
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.74
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.834
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:      24518696 kB
Buffers:        129724 kB
Cached:        1641352 kB
SwapCached:      56284 kB
Active:        1185684 kB
Inactive:      7015840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24518696 kB
SwapTotal:    67111528 kB
SwapFree:     61585512 kB
Dirty:           12216 kB
Writeback:           0 kB
AnonPages:     6379408 kB
Mapped:          30864 kB
Slab:           110140 kB
PageTables:      53804 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 115365320 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72872 MiB
End job on node133 at 2011-05-25 01:53:34