Trace number 3288783

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? (TO) 1300.05 1300.04

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom24.cnf
MD5SUM16e1f2a4ab0c9df60ac0d098f9f252bb
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables62686
Number of clauses210488
Sum of the clauses size537842
Maximum clause length1941
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2106681
Number of clauses of size 3102739
Number of clauses of size 4299
Number of clauses of size 522
Number of clauses of size over 5746

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-3288783-1303774530.cnf'
0.00/0.00	c -- header says num vars:          62686
0.00/0.00	c -- header says num clauses:      210488
0.01/0.07	c -- clauses added:            0 learnts,       210488 normals,            0 xors
0.01/0.07	c -- vars added      62686
0.01/0.07	c Parsing time:  0.07 s
0.01/0.07	c  N st     0         0     62686    102500     94831         0    507456         0   no data   no data
0.39/0.46	c asymm  cl-useful: 9/18653/102500 lits-rem:93 time: 0.39
5.29/5.33	c Flit:    92 Blit:   5402 bXBeca:    0 bXProp: 10176 Bins:      0 BRemL:      0 BRemN:      0 P: 99.0M T:  4.81
5.29/5.33	c Cleaning up after failed var search:     0.01 s 
5.29/5.37	c Replacing    10176 vars Replaced   289389 lits Time:     0.03 s 
5.29/5.39	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
5.39/5.40	c bin-w-bin subsume rem         1037 bins  time:  0.01 s
5.39/5.41	c subs with bin:        0  lits-rem:        12  v-fix:    0  time:  0.01 s
5.39/5.46	c Subs w/ non-existent bins:      0 l-rem:      4 v-fix:     0 done:  44352 time:  0.05 s
5.39/5.50	c Removed useless bin:      49  fixed:     0  props:   7.24M  time:  0.04 s
5.59/5.67	c lits-rem:         0  cl-subs:      315  v-elim:  14784  v-fix:    0  time:  0.17 s
5.79/5.80	c Finding binary XORs  T:     0.13 s  found:      24
5.79/5.81	c Replacing       24 vars Replaced      291 lits Time:     0.01 s 
5.79/5.89	c Finding non-binary XORs:     0.05 s (found:   14604, avg size: 3.0)
5.79/5.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:   2376 locsubst:  9338 time:   0.03
5.89/5.90	c Replacing     4669 vars Replaced    28014 lits Time:     0.01 s 
5.89/5.91	c calculated reachability. Time: 0.01
5.89/5.91	c Calc default polars -  time:   0.00 s pos:    2452 undec:   40261 neg:   19973
5.89/5.91	c =========================================================================================
5.89/5.91	c types(t): F = full restart, N = normal restart
5.89/5.91	c types(t): S = simplification begin/end, E = solution found
5.89/5.91	c restart types(rt): st = static, dy = dynamic
5.89/5.91	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
5.89/5.91	c  B st     0         0     22499     37081     28431         0    244561         0   no data   no data
6.09/6.17	c Decided on static restart strategy
6.50/6.50	c  N st     8      4917     22498     37081     28572      4658    244561    175121   no data   no data
7.19/7.24	c  N st    10     11301     22495     37081     28627     10848    244561    440667   no data   no data
7.99/8.08	c  N st    11     17044     22489     37081     28663     16357    244561    717696   no data   no data
9.19/9.23	c  F st    12     25000     22487     37081     28726     14745    244561    448255   no data   no data
9.19/9.26	c  N st    12     25000     22487     37080     28568     14739    244225    448224   no data   no data
9.99/10.09	c Decided on static restart strategy
9.99/10.09	c  N st    18     30001     22482     37080     28642     19597    244225    747852   no data   no data
9.99/10.09	c  S st    18     30001     22482     37080     28642     19597    244225    747852   no data   no data
10.19/10.25	c  S st    18     30501     22480     37080     28700     20033    244225    753903   no data   no data
10.19/10.28	c x-sub:  4669 x-cut:      0 vfix:      0 v-elim:   1187 locsubst:     0 time:   0.02
11.69/11.76	c Flit:    86 Blit:      2 bXBeca:    0 bXProp:    9 Bins: 314427 BRemL:  90786 BRemN:     11 P: 21.8M T:  1.48
11.69/11.78	c Replacing        9 vars Replaced     1128 lits Time:     0.02 s 
11.69/11.79	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
11.79/11.83	c bin-w-bin subsume rem          159 bins  time:  0.03 s
11.79/11.85	c subs with bin:      792  lits-rem:       684  v-fix:    0  time:  0.03 s
11.89/11.90	c Subs w/ non-existent bins:    120 l-rem:      8 v-fix:     0 done:  21195 time:  0.05 s
11.89/11.92	c Removed useless bin:      33  fixed:     0  props:   0.71M  time:  0.01 s
11.89/11.99	c lits-rem:       357  cl-subs:      240  v-elim:   2673  v-fix:    0  time:  0.07 s
12.00/12.05	c subs with bin:       72  lits-rem:      1082  v-fix:    0  time:  0.04 s
12.10/12.11	c lits-rem:      1166  cl-subs:      429  v-elim:      0  v-fix:    0  time:  0.05 s
12.30/12.35	c asymm  cl-useful: 0/14003/36735 lits-rem:0 time: 0.24
12.30/12.37	c calculated reachability. Time: 0.01
12.30/12.37	c  N st    18     30501     18522     36735    219905      8134    220256    591865   no data   no data
12.40/12.47	c Finding binary XORs  T:     0.10 s  found:       0
13.29/13.39	c  N st    20     37613     18521     36735    219991     14995    220255   1032626   no data   no data
14.30/14.38	c  N st    21     44013     18521     36735    220037     12123    220255    702494   no data   no data
14.59/14.61	c  S st    22     45751     18520     36735    220065     13799    220255    797636   no data   no data
14.69/14.72	c  S st    22     46252     18520     36735    220075     14289    220254    806072   no data   no data
14.69/14.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:    594 locsubst:     0 time:   0.02
15.59/15.64	c Flit:     1 Blit:      0 bXBeca:    0 bXProp:    0 Bins:  82958 BRemL:  61462 BRemN:      0 P: 10.4M T:  0.90
15.59/15.65	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
15.59/15.68	c bin-w-bin subsume rem          198 bins  time:  0.03 s
15.69/15.71	c subs with bin:      152  lits-rem:       461  v-fix:    0  time:  0.03 s
15.69/15.74	c Subs w/ non-existent bins:      0 l-rem:     86 v-fix:     0 done:  17925 time:  0.03 s
15.69/15.76	c Removed useless bin:      85  fixed:     0  props:   0.65M  time:  0.01 s
15.69/15.79	c lits-rem:         0  cl-subs:       67  v-elim:     27  v-fix:    0  time:  0.03 s
15.89/15.90	c subs with bin:       32  lits-rem:       246  v-fix:    0  time:  0.09 s
15.89/15.97	c lits-rem:       478  cl-subs:      801  v-elim:      0  v-fix:    0  time:  0.06 s
15.89/15.98	c vivif2 --  cl tried    36534 cl shrink      227 lits rem        721 time: 0.01
15.99/16.00	c vivif2 --  cl tried    10786 cl shrink      845 lits rem       7525 time: 0.02
15.99/16.08	c asymm  cl-useful: 0/3798/36454 lits-rem:0 time: 0.08
15.99/16.09	c calculated reachability. Time: 0.01
15.99/16.09	c  N st    22     46252     17898     36454    229744     10786    216858    680118   no data   no data
16.09/16.18	c Finding binary XORs  T:     0.09 s  found:       0
19.49/19.53	c  N st    23     60650     17898     36454    229782     24947    216857   3414342   no data   no data
22.39/22.41	c  N st    24     69379     17897     36454    229797     19612    216855   2585831   no data   no data
22.39/22.41	c  S st    24     69379     17897     36454    229797     19612    216855   2585831   no data   no data
22.49/22.55	c  S st    24     69882     17896     36454    229797     20115    216855   2597925   no data   no data
22.49/22.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:    270 locsubst:     0 time:   0.02
23.39/23.45	c Flit:     1 Blit:      0 bXBeca:    0 bXProp:    1 Bins:   3651 BRemL:  63420 BRemN:      0 P: 10.4M T:  0.88
23.39/23.47	c Replacing        1 vars Replaced       55 lits Time:     0.02 s 
23.39/23.48	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
23.49/23.50	c bin-w-bin subsume rem           52 bins  time:  0.02 s
23.49/23.52	c subs with bin:        3  lits-rem:         2  v-fix:    0  time:  0.02 s
23.49/23.55	c Subs w/ non-existent bins:      0 l-rem:      2 v-fix:     0 done:  17624 time:  0.03 s
23.49/23.56	c Removed useless bin:      57  fixed:     0  props:   0.68M  time:  0.01 s
23.59/23.60	c lits-rem:         0  cl-subs:       40  v-elim:     46  v-fix:    0  time:  0.03 s
23.69/23.74	c subs with bin:        2  lits-rem:         6  v-fix:    0  time:  0.13 s
23.79/23.81	c lits-rem:       148  cl-subs:      228  v-elim:      0  v-fix:    0  time:  0.06 s
23.79/23.82	c vivif2 --  cl tried    36450 cl shrink      140 lits rem        312 time: 0.01
23.79/23.84	c vivif2 --  cl tried    11973 cl shrink      269 lits rem       1153 time: 0.02
24.09/24.13	c asymm  cl-useful: 442/21525/36450 lits-rem:1812 time: 0.29
24.09/24.15	c calculated reachability. Time: 0.01
24.09/24.15	c  N st    24     69882     17578     36394    167585     11973    214408    681533   no data   no data
24.19/24.23	c Finding binary XORs  T:     0.08 s  found:       3
27.99/28.03	c  F st    25     87500     17578     36394    167596     29271    214408   2852017   no data   no data
27.99/28.07	c Replacing        3 vars Replaced       33 lits Time:     0.02 s 
27.99/28.09	c  N st    25     87500     17574     36393    162950     29271    214388   2842735   no data   no data
29.19/29.25	c  N dy    33     93379     17574     36393    162965     20833    214388   1621300     12.66     13.82
30.09/30.13	c  N dy    59     99526     17572     36393    162978     26887    214387   2030641     10.09     10.66
30.80/30.90	c  S st    75    104824     17570     36393    162988     32090    214387   2256081      9.69      8.00
30.99/31.06	c  S st    75    105327     17570     36393    162994     32584    214387   2273406      9.69   no data
30.99/31.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:    126 locsubst:     0 time:   0.02
32.09/32.15	c Flit:    13 Blit:      1 bXBeca:    0 bXProp:  111 Bins:  52419 BRemL:  51514 BRemN:      1 P: 14.0M T:  1.07
32.09/32.19	c Replacing      111 vars Replaced     4393 lits Time:     0.04 s 
32.19/32.20	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
32.19/32.22	c bin-w-bin subsume rem          240 bins  time:  0.01 s
32.19/32.24	c subs with bin:      224  lits-rem:       167  v-fix:    0  time:  0.02 s
32.19/32.27	c Subs w/ non-existent bins:      0 l-rem:      4 v-fix:     0 done:  17319 time:  0.03 s
32.19/32.28	c Removed useless bin:       3  fixed:     0  props:   0.61M  time:  0.01 s
32.29/32.33	c lits-rem:        19  cl-subs:      334  v-elim:     99  v-fix:    0  time:  0.04 s
33.79/33.81	c subs with bin:       54  lits-rem:       464  v-fix:    0  time:  1.41 s
34.59/34.63	c lits-rem:      1740  cl-subs:     1024  v-elim:      0  v-fix:    0  time:  0.82 s
34.59/34.64	c vivif2 --  cl tried    35679 cl shrink       19 lits rem         19 time: 0.01
34.69/34.75	c vivif2 --  cl tried    29902 cl shrink     4222 lits rem      42822 time: 0.10
34.99/35.02	c asymm  cl-useful: 72/14128/35679 lits-rem:216 time: 0.27
34.99/35.03	c calculated reachability. Time: 0.01
34.99/35.03	c  N dy    75    105327     17220     35607    128722     29902    210789   1964464      9.69   no data
35.09/35.11	c Finding binary XORs  T:     0.08 s  found:      31
36.29/36.35	c  N dy   119    112069     17214     35607    128730     36549    210789   2349219     10.16     10.82
37.30/37.39	c  N dy   136    119258     17214     35607    128736     25096    210789    856383      9.97     26.16
38.59/38.62	c  N dy   172    126901     17214     35607    128738     32635    210789   1189292     10.15     13.07
40.09/40.12	c  N dy   216    135147     17211     35607    128759     40729    210789   1590242     10.29     10.86
41.49/41.52	c  N dy   250    143776     17209     35607    128771     27607    210789    942167     10.31     10.90
43.19/43.21	c  N dy   292    153074     17208     35607    128775     36807    210789   1796584     10.36     11.07
44.09/44.10	c  S st   316    157991     17207     35607    128782     41599    210789   2062890     10.42      6.75
44.19/44.26	c  S st   316    158494     17207     35607    128788     42094    210789   2078082     10.42   no data
44.19/44.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
45.19/45.26	c Flit:     1 Blit:      0 bXBeca:    0 bXProp:    5 Bins:   2342 BRemL:  22549 BRemN:     31 P: 18.2M T:  0.98
45.29/45.30	c Replacing       36 vars Replaced     1403 lits Time:     0.04 s 
45.29/45.31	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
45.29/45.32	c bin-w-bin subsume rem          125 bins  time:  0.01 s
45.29/45.34	c subs with bin:       55  lits-rem:        48  v-fix:    0  time:  0.02 s
45.29/45.36	c Subs w/ non-existent bins:      0 l-rem:      1 v-fix:     0 done:  17169 time:  0.02 s
45.29/45.38	c Removed useless bin:       3  fixed:     0  props:   0.73M  time:  0.01 s
45.39/45.42	c lits-rem:         3  cl-subs:       62  v-elim:     41  v-fix:    0  time:  0.04 s
46.89/46.93	c subs with bin:      940  lits-rem:       119  v-fix:    0  time:  1.45 s
47.59/47.63	c lits-rem:      3217  cl-subs:     1205  v-elim:      0  v-fix:    0  time:  0.69 s
47.59/47.64	c vivif2 --  cl tried    35442 cl shrink        0 lits rem          0 time: 0.01
47.70/47.72	c vivif2 --  cl tried    38714 cl shrink     4026 lits rem      37572 time: 0.08
48.00/48.05	c asymm  cl-useful: 101/20598/35442 lits-rem:216 time: 0.33
48.00/48.06	c calculated reachability. Time: 0.01
48.00/48.06	c  N dy   316    158494     17128     35435    104038     38714    209152   1632010     10.42   no data
48.09/48.14	c Finding binary XORs  T:     0.08 s  found:       0
49.99/50.02	c  N dy   369    168714     17124     35435    104046     25838    209151    665507     10.57     11.42
52.09/52.11	c  N dy   422    180250     17124     35435    104052     37230    209150   1177817     10.63     11.30
54.29/54.38	c  N dy   480    192036     17124     35435    104061     48874    209150   1836115     10.70     11.33
56.49/56.58	c  N dy   522    204290     17120     35435    104075     36150    209150    958515     10.68     13.96
59.09/59.18	c  N dy   578    218233     17118     35435    104085     49908    209150   1888899     10.65     11.29
61.89/61.91	c  N dy   639    232619     17117     35435    104094     37927    209150   1389823     10.66     11.28
62.89/62.92	c  S st   671    237742     17116     35435    104097     42969    209149   1714027     10.71     10.11
62.99/63.10	c  S st   671    238242     17116     35435    104098     43466    209149   1733979     10.71   no data
63.09/63.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
63.99/64.04	c Flit:     5 Blit:      0 bXBeca:    0 bXProp:    7 Bins:    748 BRemL:   1323 BRemN:      2 P: 17.5M T:  0.92
63.99/64.07	c Replacing        7 vars Replaced      802 lits Time:     0.03 s 
63.99/64.08	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
63.99/64.09	c bin-w-bin subsume rem           41 bins  time:  0.01 s
64.09/64.10	c subs with bin:       33  lits-rem:        38  v-fix:    0  time:  0.02 s
64.09/64.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  17104 time:  0.02 s
64.09/64.14	c Removed useless bin:       0  fixed:     0  props:   0.71M  time:  0.01 s
64.09/64.18	c lits-rem:         0  cl-subs:       39  v-elim:      7  v-fix:    0  time:  0.04 s
65.49/65.55	c subs with bin:      134  lits-rem:      1500  v-fix:    0  time:  1.32 s
66.09/66.15	c lits-rem:      1963  cl-subs:     1196  v-elim:      0  v-fix:    0  time:  0.59 s
66.09/66.15	c vivif2 --  cl tried    35324 cl shrink        0 lits rem          0 time: 0.01
66.19/66.25	c vivif2 --  cl tried    41650 cl shrink     4781 lits rem      49505 time: 0.09
66.49/66.51	c asymm  cl-useful: 9/11078/35324 lits-rem:27 time: 0.26
66.49/66.52	c calculated reachability. Time: 0.01
66.49/66.52	c  N dy   671    238242     17097     35315     93862     41649    208250   1614184     10.71   no data
66.59/66.61	c Finding binary XORs  T:     0.08 s  found:       4
69.59/69.60	c  N dy   714    253722     17096     35315     93876     29744    208250    702073     10.57     11.24
72.79/72.88	c  N dy   798    270831     17094     35315     93879     46649    208250   1536796     10.59     11.15
76.50/76.54	c  N dy   895    288467     17094     35315     93885     35667    208250   1173393     10.70     11.33
80.00/80.00	c  F st   996    306252     17094     35315     93891     53255    208250   2073632     10.77      9.88
80.00/80.03	c Replacing        4 vars Replaced       85 lits Time:     0.01 s 
80.10/80.19	c  N st   998    306881     17090     35312     90352     53686    208201   2096524     10.77   no data
81.20/81.23	c Decided on static restart strategy
86.29/86.35	c  N st  1006    334558     17090     35312     90353     52004    208201   4179793     10.77   no data
93.49/93.52	c  N st  1008    357366     17090     35312     90355     45267    208201   6065533     10.77   no data
93.49/93.52	c  S st  1008    357366     17090     35312     90355     45267    208201   6065533     10.77   no data
93.69/93.72	c  S st  1008    357870     17090     35312     90355     45769    208201   6082366     10.77   no data
93.69/93.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
94.49/94.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bins:    143 BRemL:    615 BRemN:      0 P: 16.8M T:  0.84
94.59/94.61	c Replacing        1 vars Replaced       19 lits Time:     0.02 s 
94.59/94.62	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
94.59/94.63	c bin-w-bin subsume rem           16 bins  time:  0.01 s
94.59/94.65	c subs with bin:       19  lits-rem:        18  v-fix:    0  time:  0.02 s
94.59/94.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  17089 time:  0.02 s
94.59/94.69	c Removed useless bin:       1  fixed:     0  props:   0.71M  time:  0.01 s
94.69/94.76	c lits-rem:         2  cl-subs:        8  v-elim:      5  v-fix:    0  time:  0.08 s
96.39/96.40	c subs with bin:        1  lits-rem:        11  v-fix:    0  time:  1.41 s
99.10/99.14	c lits-rem:      6439  cl-subs:     1158  v-elim:      0  v-fix:    0  time:  2.74 s
99.10/99.15	c vivif2 --  cl tried    35283 cl shrink        0 lits rem          0 time: 0.01
99.49/99.50	c vivif2 --  cl tried    44531 cl shrink     9562 lits rem     202019 time: 0.34
99.49/99.58	c asymm  cl-useful: 0/3607/35283 lits-rem:0 time: 0.09
99.49/99.60	c calculated reachability. Time: 0.01
99.49/99.60	c  N st  1008    357870     17084     35283     89768     44530    208102   5688108     10.77   no data
112.79/112.86	c  N st  1009    390263     17083     35283     89770     45918    208102   5210833     10.77   no data
130.69/130.70	c  N st  1010    438851     17083     35283     89771     61751    208102   6161297     10.77   no data
152.80/152.86	c  N st  1011    511736     17083     35283     89777     65853    208102   8337011     10.77   no data
158.69/158.75	c  N st  1012    536807     17082     35283     89783     54892    208102   4041569     10.77   no data
158.69/158.75	c  S st  1012    536807     17082     35283     89783     54892    208102   4041569     10.77   no data
158.89/158.99	c  S st  1012    537310     17082     35283     89785     55386    208102   4058674     10.77   no data
158.99/159.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
159.79/159.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:   2423 BRemL:   4641 BRemN:      0 P: 18.7M T:  0.88
159.89/159.91	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
159.89/159.92	c bin-w-bin subsume rem           15 bins  time:  0.01 s
159.89/159.93	c subs with bin:        7  lits-rem:         2  v-fix:    0  time:  0.02 s
159.89/159.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  17082 time:  0.02 s
159.89/159.97	c Removed useless bin:       1  fixed:     0  props:   0.71M  time:  0.01 s
159.99/160.04	c lits-rem:         0  cl-subs:        0  v-elim:      2  v-fix:    0  time:  0.07 s
168.39/168.48	c subs with bin:     3661  lits-rem:       163  v-fix:    0  time:  8.30 s
170.60/170.68	c lits-rem:      1929  cl-subs:     1013  v-elim:      0  v-fix:    0  time:  2.19 s
170.60/170.69	c vivif2 --  cl tried    35272 cl shrink        0 lits rem          0 time: 0.01
170.80/170.86	c vivif2 --  cl tried    48664 cl shrink     9140 lits rem      54112 time: 0.17
171.10/171.18	c asymm  cl-useful: 70/5556/35272 lits-rem:116 time: 0.33
171.20/171.20	c calculated reachability. Time: 0.01
171.20/171.20	c  N st  1012    537310     17080     35271     86174     48664    207923   3154652     10.77   no data
171.20/171.28	c Finding binary XORs  T:     0.08 s  found:       0
260.79/260.89	c  N st  1013    701295     17080     35271     86183     61106    207922   7819899     10.77   no data
313.50/313.50	c  N st  1014    805965     17080     35271     86186     83387    207922  17453138     10.77   no data
313.50/313.50	c  S st  1014    805965     17080     35271     86186     83387    207922  17453138     10.77   no data
313.70/313.79	c  S st  1014    806468     17080     35271     86186     83888    207922  17471630     10.77   no data
313.80/313.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
314.80/314.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    302 BRemL:   2440 BRemN:      0 P: 21.7M T:  1.05
314.80/314.89	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
314.90/314.90	c bin-w-bin subsume rem            2 bins  time:  0.01 s
314.90/314.92	c subs with bin:        3  lits-rem:         0  v-fix:    0  time:  0.02 s
314.90/314.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  17080 time:  0.02 s
314.90/314.95	c Removed useless bin:       1  fixed:     0  props:   0.70M  time:  0.01 s
315.10/315.14	c lits-rem:         0  cl-subs:        4  v-elim:      0  v-fix:    0  time:  0.18 s
317.20/317.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.48 s
329.70/329.70	c lits-rem:     10375  cl-subs:     1465  v-elim:      0  v-fix:    0  time: 12.42 s
329.70/329.71	c vivif2 --  cl tried    35264 cl shrink        0 lits rem          0 time: 0.01
330.79/330.88	c vivif2 --  cl tried    82423 cl shrink    25692 lits rem     542323 time: 1.15
331.10/331.17	c asymm  cl-useful: 13/15880/35264 lits-rem:13 time: 0.28
331.10/331.18	c calculated reachability. Time: 0.01
331.10/331.18	c  N st  1014    806468     17080     35264     84047     82421    207859  16684947     10.77   no data
445.10/445.11	c  F st  1015   1071876     17080     35264     84056     75022    207859   6971671     10.77   no data
445.10/445.13	c  N st  1015   1071876     17080     35264     84056     75022    207859   6971671     10.77   no data
446.70/446.77	c Decided on static restart strategy
454.21/454.30	c  N st  1025   1100176     17079     35264     84059     54668    207858   3757557     10.77   no data
468.70/468.73	c  N st  1027   1136169     17079     35264     84060     90408    207858  13155792     10.77   no data
478.50/478.59	c  N st  1028   1168562     17079     35264     84062     72697    207858   4564300     10.77   no data
494.39/494.42	c  N st  1029   1209702     17079     35264     84064     62976    207858   5191614     10.77   no data
494.39/494.42	c  S st  1029   1209702     17079     35264     84064     62976    207858   5191614     10.77   no data
494.59/494.66	c  S st  1029   1210206     17079     35264     84065     63479    207858   5212292     10.77   no data
494.59/494.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
495.59/495.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    952 BRemL:   1393 BRemN:      0 P: 18.2M T:  0.92
495.59/495.62	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
495.59/495.63	c bin-w-bin subsume rem            2 bins  time:  0.01 s
495.59/495.65	c subs with bin:       12  lits-rem:         3  v-fix:    0  time:  0.02 s
495.59/495.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  17079 time:  0.02 s
495.59/495.68	c Removed useless bin:       1  fixed:     0  props:   0.71M  time:  0.01 s
495.69/495.76	c lits-rem:         0  cl-subs:        4  v-elim:      0  v-fix:    0  time:  0.08 s
497.40/497.40	c subs with bin:        9  lits-rem:        47  v-fix:    0  time:  1.46 s
499.50/499.55	c lits-rem:      9593  cl-subs:     1943  v-elim:      0  v-fix:    0  time:  2.15 s
499.50/499.56	c vivif2 --  cl tried    35247 cl shrink        0 lits rem          0 time: 0.01
499.79/499.80	c vivif2 --  cl tried    61524 cl shrink     4471 lits rem      74724 time: 0.23
500.09/500.11	c asymm  cl-useful: 6/11214/35247 lits-rem:18 time: 0.31
500.09/500.12	c calculated reachability. Time: 0.01
500.09/500.13	c  N st  1029   1210206     17079     35241     83247     61520    207784   5056107     10.77   no data
500.19/500.21	c Finding binary XORs  T:     0.08 s  found:       0
531.80/531.80	c  N st  1030   1283088     17078     35241     83258     82158    207784   7035977     10.77   no data
580.59/580.61	c  N st  1031   1392411     17078     35241     83259     85018    207784   7542687     10.77   no data
642.50/642.59	c  N st  1032   1556396     17078     35241     83262     79354    207784   4083009     10.77   no data
700.20/700.24	c  N st  1033   1710207     17078     35241     83264    112843    207784   5070388     10.77   no data
700.20/700.24	c  S st  1033   1710207     17078     35241     83264    112843    207784   5070388     10.77   no data
700.60/700.63	c  S st  1033   1710708     17078     35241     83266    113340    207784   5088381     10.77   no data
700.60/700.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
701.70/701.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    128 BRemL:    176 BRemN:      4 P: 28.1M T:  1.13
701.70/701.80	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
701.80/701.81	c bin-w-bin subsume rem           10 bins  time:  0.01 s
701.80/701.83	c subs with bin:        9  lits-rem:         6  v-fix:    0  time:  0.02 s
701.80/701.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  17078 time:  0.02 s
701.80/701.86	c Removed useless bin:       0  fixed:     0  props:   0.71M  time:  0.01 s
701.90/701.95	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.09 s
703.50/703.58	c subs with bin:       12  lits-rem:       274  v-fix:    0  time:  1.45 s
729.10/729.13	c lits-rem:      6466  cl-subs:    12632  v-elim:      0  v-fix:    0  time: 25.55 s
729.10/729.14	c vivif2 --  cl tried    35231 cl shrink        0 lits rem          0 time: 0.01
729.80/729.87	c vivif2 --  cl tried   100524 cl shrink    28484 lits rem      81289 time: 0.73
729.90/729.94	c asymm  cl-useful: 4/2581/35231 lits-rem:12 time: 0.08
729.90/729.96	c calculated reachability. Time: 0.00
729.90/729.96	c  N st  1033   1710708     17078     35227     81985    100524    207746   4580174     10.77   no data
988.80/988.89	c  N st  1034   2079672     17077     35227     81995    100460    207746  14175138     10.77   no data
1050.20/1050.25	c  N st  1035   2210708     17077     35227     82000     98138    207743   9236526     10.77   no data
1050.20/1050.25	c  S st  1035   2210708     17077     35227     82000     98138    207743   9236526     10.77   no data
1050.60/1050.60	c  S st  1035   2211210     17077     35227     82001     98633    207743   9257862     10.77   no data
1050.60/1050.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
1051.61/1051.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    845 BRemL:    729 BRemN:      0 P: 22.8M T:  1.05
1051.70/1051.70	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1051.70/1051.71	c bin-w-bin subsume rem            6 bins  time:  0.01 s
1051.70/1051.73	c subs with bin:        4  lits-rem:         0  v-fix:    0  time:  0.02 s
1051.70/1051.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  17077 time:  0.02 s
1051.70/1051.76	c Removed useless bin:       1  fixed:     0  props:   0.70M  time:  0.01 s
1051.80/1051.89	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.13 s
1053.71/1053.74	c subs with bin:        3  lits-rem:        45  v-fix:    0  time:  1.51 s
1059.00/1059.03	c lits-rem:      3559  cl-subs:     1111  v-elim:      0  v-fix:    0  time:  5.29 s
1059.00/1059.04	c vivif2 --  cl tried    35221 cl shrink        0 lits rem          0 time: 0.01
1059.50/1059.59	c vivif2 --  cl tried    97497 cl shrink    18438 lits rem     456642 time: 0.54
1059.90/1059.97	c asymm  cl-useful: 37/4688/35221 lits-rem:51 time: 0.38
1059.90/1059.98	c calculated reachability. Time: 0.01
1059.90/1059.98	c  N st  1035   2211210     17077     35221     82074     97496    207598   8682059     10.77   no data
1060.00/1060.07	c Finding binary XORs  T:     0.08 s  found:       0

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3288783-1303774530/watcher-3288783-1303774530 -o /tmp/evaluation-result-3288783-1303774530/solver-3288783-1303774530 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3288783-1303774530.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: 0.83 1.73 2.64 2/179 5109
/proc/meminfo: memFree=20642220/32951124 swapFree=67111464/67111528
[pid=5109] ppid=5107 vsize=25192 CPUtime=0 cores=5,7
/proc/5109/stat : 5109 (strangenight2-s) R 5107 5109 4124 0 -1 4202496 1652 0 0 0 0 0 0 0 20 0 1 0 489051064 25796608 1364 33554432000 4194304 4627331 140734530341264 18446744073709551615 4314174 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5109/statm: 6298 1370 320 106 0 1269 0

[startup+0.021208 s]
/proc/loadavg: 0.83 1.73 2.64 2/179 5109
/proc/meminfo: memFree=20642220/32951124 swapFree=67111464/67111528
[pid=5109] ppid=5107 vsize=41552 CPUtime=0.01 cores=5,7
/proc/5109/stat : 5109 (strangenight2-s) R 5107 5109 4124 0 -1 4202496 6136 0 0 0 0 1 0 0 20 0 1 0 489051064 42549248 5026 33554432000 4194304 4627331 140734530341264 18446744073709551615 228244046221 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5109/statm: 10388 5046 320 106 0 5359 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 41552

[startup+0.101207 s]
/proc/loadavg: 0.83 1.73 2.64 2/179 5109
/proc/meminfo: memFree=20642220/32951124 swapFree=67111464/67111528
[pid=5109] ppid=5107 vsize=55632 CPUtime=0.09 cores=5,7
/proc/5109/stat : 5109 (strangenight2-s) R 5107 5109 4124 0 -1 4202496 8351 0 0 0 8 1 0 0 20 0 1 0 489051064 56967168 7237 33554432000 4194304 4627331 140734530341264 18446744073709551615 4308751 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5109/statm: 13908 7237 343 106 0 8879 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 55632

[startup+0.300155 s]
/proc/loadavg: 0.83 1.73 2.64 2/179 5109
/proc/meminfo: memFree=20642220/32951124 swapFree=67111464/67111528
[pid=5109] ppid=5107 vsize=55632 CPUtime=0.29 cores=5,7
/proc/5109/stat : 5109 (strangenight2-s) R 5107 5109 4124 0 -1 4202496 8351 0 0 0 28 1 0 0 21 0 1 0 489051064 56967168 7237 33554432000 4194304 4627331 140734530341264 18446744073709551615 4308795 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5109/statm: 13908 7237 343 106 0 8879 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 55632

[startup+0.701089 s]
/proc/loadavg: 0.83 1.73 2.64 2/179 5109
/proc/meminfo: memFree=20642220/32951124 swapFree=67111464/67111528
[pid=5109] ppid=5107 vsize=68296 CPUtime=0.69 cores=5,7
/proc/5109/stat : 5109 (strangenight2-s) R 5107 5109 4124 0 -1 4202496 11382 0 0 0 68 1 0 0 22 0 1 0 489051064 69935104 10269 33554432000 4194304 4627331 140734530341264 18446744073709551615 4229226 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5109/statm: 17074 10271 347 106 0 12045 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 68296

[startup+1.50095 s]
/proc/loadavg: 0.83 1.73 2.64 5/190 5130
/proc/meminfo: memFree=20483440/32951124 swapFree=67111464/67111528
[pid=5109] ppid=5107 vsize=115452 CPUtime=1.49 cores=5,7
/proc/5109/stat : 5109 (strangenight2-s) R 5107 5109 4124 0 -1 4202496 21660 0 0 0 146 3 0 0 25 0 1 0 489051064 118222848 20546 33554432000 4194304 4627331 140734530341264 18446744073709551615 4308243 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5109/statm: 28863 20546 347 106 0 23834 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 115452

[startup+3.10066 s]
/proc/loadavg: 0.83 1.73 2.64 5/190 5130
/proc/meminfo: memFree=20318400/32951124 swapFree=67111464/67111528
[pid=5109] ppid=5107 vsize=194544 CPUtime=3.09 cores=5,7
/proc/5109/stat : 5109 (strangenight2-s) R 5107 5109 4124 0 -1 4202496 39631 0 0 0 303 6 0 0 25 0 1 0 489051064 199213056 38517 33554432000 4194304 4627331 140734530341264 18446744073709551615 4297729 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5109/statm: 48636 38517 347 106 0 43607 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 194544

[startup+6.30111 s]
/proc/loadavg: 1.08 1.77 2.64 5/190 5130
/proc/meminfo: memFree=20016080/32951124 swapFree=67111464/67111528
[pid=5109] ppid=5107 vsize=224112 CPUtime=6.29 cores=5,7
/proc/5109/stat : 5109 (strangenight2-s) R 5107 5109 4124 0 -1 4202496 47699 0 0 0 622 7 0 0 25 0 1 0 489051064 229490688 46585 33554432000 4194304 4627331 140734530341264 18446744073709551615 4309933 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5109/statm: 56028 46585 373 106 0 50999 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 224112

[startup+12.701 s]
/proc/loadavg: 1.32 1.80 2.65 5/190 5130
/proc/meminfo: memFree=19827120/32951124 swapFree=67111464/67111528
[pid=5109] ppid=5107 vsize=249708 CPUtime=12.7 cores=5,7
/proc/5109/stat : 5109 (strangenight2-s) R 5107 5109 4124 0 -1 4202496 54991 0 0 0 1262 8 0 0 25 0 1 0 489051064 255700992 51797 33554432000 4194304 4627331 140734530341264 18446744073709551615 4308107 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5109/statm: 62427 51797 377 106 0 57398 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 249708

[startup+25.5007 s]
/proc/loadavg: 1.91 1.91 2.67 5/190 5131
/proc/meminfo: memFree=19726548/32951124 swapFree=67111464/67111528
[pid=5109] ppid=5107 vsize=311980 CPUtime=25.49 cores=5,7
/proc/5109/stat : 5109 (strangenight2-s) R 5107 5109 4124 0 -1 4202496 65319 0 0 0 2539 10 0 0 25 0 1 0 489051064 319467520 56197 33554432000 4194304 4627331 140734530341264 18446744073709551615 4309315 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5109/statm: 77995 56197 377 106 0 72966 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 311980

[startup+51.1002 s]
/proc/loadavg: 2.62 2.08 2.71 5/190 5132
/proc/meminfo: memFree=19602704/32951124 swapFree=67111464/67111528
[pid=5109] ppid=5107 vsize=314572 CPUtime=51.09 cores=5,7
/proc/5109/stat : 5109 (strangenight2-s) R 5107 5109 4124 0 -1 4202496 85499 0 0 0 5095 14 0 0 25 0 1 0 489051064 322121728 67694 33554432000 4194304 4627331 140734530341264 18446744073709551615 4309113 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5109/statm: 78643 67694 377 106 0 73614 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 314572

[startup+102.307 s]
/proc/loadavg: 3.40 2.37 2.77 5/190 5133
/proc/meminfo: memFree=19425972/32951124 swapFree=67111464/67111528
[pid=5109] ppid=5107 vsize=468712 CPUtime=102.3 cores=5,7
/proc/5109/stat : 5109 (strangenight2-s) R 5107 5109 4124 0 -1 4202496 125785 0 0 0 10209 21 0 0 25 0 1 0 489051064 479961088 98046 33554432000 4194304 4627331 140734530341264 18446744073709551615 4332000 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5109/statm: 117178 98046 377 106 0 112149 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 468712

[startup+162.301 s]
/proc/loadavg: 3.78 2.66 2.85 5/190 5134
/proc/meminfo: memFree=19352528/32951124 swapFree=67111464/67111528
[pid=5109] ppid=5107 vsize=431252 CPUtime=162.29 cores=5,7
/proc/5109/stat : 5109 (strangenight2-s) R 5107 5109 4124 0 -1 4202496 166163 0 0 0 16200 29 0 0 25 0 1 0 489051064 441602048 97003 33554432000 4194304 4627331 140734530341264 18446744073709551615 4420176 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5109/statm: 107813 97003 377 106 0 102784 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 431252

[startup+222.3 s]
/proc/loadavg: 3.96 2.92 2.92 5/190 5136
/proc/meminfo: memFree=19218224/32951124 swapFree=67111464/67111528
[pid=5109] ppid=5107 vsize=555264 CPUtime=222.29 cores=5,7
/proc/5109/stat : 5109 (strangenight2-s) R 5107 5109 4124 0 -1 4202496 193102 0 0 0 22194 35 0 0 25 0 1 0 489051064 568590336 111837 33554432000 4194304 4627331 140734530341264 18446744073709551615 4309703 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5109/statm: 138816 111837 377 106 0 133787 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 555264

[startup+282.301 s]
/proc/loadavg: 4.03 3.13 2.99 5/190 5138
/proc/meminfo: memFree=19193620/32951124 swapFree=67111464/67111528
[pid=5109] ppid=5107 vsize=569608 CPUtime=282.3 cores=5,7
/proc/5109/stat : 5109 (strangenight2-s) R 5107 5109 4124 0 -1 4202496 231983 0 0 0 28185 45 0 0 25 0 1 0 489051064 583278592 113104 33554432000 4194304 4627331 140734530341264 18446744073709551615 4308382 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5109/statm: 142402 113104 377 106 0 137373 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 569608

[startup+342.301 s]
/proc/loadavg: 4.04 3.30 3.05 5/190 5139
/proc/meminfo: memFree=18892360/32951124 swapFree=67111464/67111528
[pid=5109] ppid=5107 vsize=796828 CPUtime=342.3 cores=5,7
/proc/5109/stat : 5109 (strangenight2-s) R 5107 5109 4124 0 -1 4202496 326249 0 0 0 34170 60 0 0 25 0 1 0 489051064 815951872 159727 33554432000 4194304 4627331 140734530341264 18446744073709551615 4322448 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5109/statm: 199207 159727 377 106 0 194178 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 796828

[startup+402.3 s]
/proc/loadavg: 4.01 3.42 3.11 5/190 5141
/proc/meminfo: memFree=18790152/32951124 swapFree=67111464/67111528
[pid=5109] ppid=5107 vsize=814648 CPUtime=402.3 cores=5,7
/proc/5109/stat : 5109 (strangenight2-s) R 5107 5109 4124 0 -1 4202496 348536 0 0 0 40165 65 0 0 25 0 1 0 489051064 834199552 166681 33554432000 4194304 4627331 140734530341264 18446744073709551615 4309937 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5109/statm: 203662 166681 377 106 0 198633 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 814648

[startup+462.3 s]
/proc/loadavg: 4.00 3.52 3.16 5/190 5142
/proc/meminfo: memFree=18739872/32951124 swapFree=67111464/67111528
[pid=5109] ppid=5107 vsize=816368 CPUtime=462.3 cores=5,7
/proc/5109/stat : 5109 (strangenight2-s) R 5107 5109 4124 0 -1 4202496 365693 0 0 0 46161 69 0 0 25 0 1 0 489051064 835960832 167740 33554432000 4194304 4627331 140734530341264 18446744073709551615 4309315 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5109/statm: 204092 167740 377 106 0 199063 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 816368

[startup+522.3 s]
/proc/loadavg: 4.00 3.61 3.21 5/190 5144
/proc/meminfo: memFree=18730776/32951124 swapFree=67111464/67111528
[pid=5109] ppid=5107 vsize=744696 CPUtime=522.29 cores=5,7
/proc/5109/stat : 5109 (strangenight2-s) R 5107 5109 4124 0 -1 4202496 391246 0 0 0 52154 75 0 0 25 0 1 0 489051064 762568704 168964 33554432000 4194304 4627331 140734530341264 18446744073709551615 4309212 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5109/statm: 186174 168964 377 106 0 181145 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 744696

[startup+582.3 s]
/proc/loadavg: 4.00 3.68 3.26 5/190 5146
/proc/meminfo: memFree=18696632/32951124 swapFree=67111464/67111528
[pid=5109] ppid=5107 vsize=844940 CPUtime=582.3 cores=5,7
/proc/5109/stat : 5109 (strangenight2-s) R 5107 5109 4124 0 -1 4202496 423481 0 0 0 58146 84 0 0 25 0 1 0 489051064 865218560 173090 33554432000 4194304 4627331 140734530341264 18446744073709551615 4309712 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5109/statm: 211235 173090 377 106 0 206206 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 844940

[startup+642.3 s]
/proc/loadavg: 4.00 3.73 3.30 5/190 5147
/proc/meminfo: memFree=18571368/32951124 swapFree=67111464/67111528
[pid=5109] ppid=5107 vsize=745964 CPUtime=642.3 cores=5,7
/proc/5109/stat : 5109 (strangenight2-s) R 5107 5109 4124 0 -1 4202496 427282 0 0 0 64145 85 0 0 25 0 1 0 489051064 763867136 171520 33554432000 4194304 4627331 140734530341264 18446744073709551615 4310533 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5109/statm: 186491 171520 377 106 0 181462 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 745964

[startup+702.301 s]
/proc/loadavg: 4.00 3.78 3.34 5/190 5149
/proc/meminfo: memFree=18041620/32951124 swapFree=67111464/67111528
[pid=5109] ppid=5107 vsize=745964 CPUtime=702.3 cores=5,7
/proc/5109/stat : 5109 (strangenight2-s) R 5107 5109 4124 0 -1 4202496 427708 0 0 0 70145 85 0 0 25 0 1 0 489051064 763867136 171765 33554432000 4194304 4627331 140734530341264 18446744073709551615 4424879 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5109/statm: 186491 171765 377 106 0 181462 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 745964

[startup+762.307 s]
/proc/loadavg: 4.00 3.82 3.38 5/190 5151
/proc/meminfo: memFree=17959476/32951124 swapFree=67111464/67111528
[pid=5109] ppid=5107 vsize=843420 CPUtime=762.31 cores=5,7
/proc/5109/stat : 5109 (strangenight2-s) R 5107 5109 4124 0 -1 4202496 444143 0 0 0 76142 89 0 0 25 0 1 0 489051064 863662080 183769 33554432000 4194304 4627331 140734530341264 18446744073709551615 4309536 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5109/statm: 210855 183769 377 106 0 205826 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 843420

[startup+822.301 s]
/proc/loadavg: 4.00 3.85 3.42 5/190 5152
/proc/meminfo: memFree=17876624/32951124 swapFree=67111464/67111528
[pid=5109] ppid=5107 vsize=871956 CPUtime=822.3 cores=5,7
/proc/5109/stat : 5109 (strangenight2-s) R 5107 5109 4124 0 -1 4202496 474525 0 0 0 82134 96 0 0 25 0 1 0 489051064 892882944 196909 33554432000 4194304 4627331 140734530341264 18446744073709551615 4309212 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5109/statm: 217989 196909 377 106 0 212960 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 871956

[startup+882.301 s]
/proc/loadavg: 4.00 3.87 3.45 5/190 5154
/proc/meminfo: memFree=17904244/32951124 swapFree=67111464/67111528
[pid=5109] ppid=5107 vsize=772520 CPUtime=882.29 cores=5,7
/proc/5109/stat : 5109 (strangenight2-s) R 5107 5109 4124 0 -1 4202496 502283 0 0 0 88126 103 0 0 25 0 1 0 489051064 791060480 178429 33554432000 4194304 4627331 140734530341264 18446744073709551615 4309024 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5109/statm: 193130 178429 377 106 0 188101 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 772520

[startup+942.301 s]
/proc/loadavg: 4.10 3.92 3.49 5/190 5155
/proc/meminfo: memFree=17810112/32951124 swapFree=67111464/67111528
[pid=5109] ppid=5107 vsize=908708 CPUtime=942.3 cores=5,7
/proc/5109/stat : 5109 (strangenight2-s) R 5107 5109 4124 0 -1 4202496 536637 0 0 0 94118 112 0 0 25 0 1 0 489051064 930516992 192232 33554432000 4194304 4627331 140734530341264 18446744073709551615 4308382 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5109/statm: 227177 192232 377 106 0 222148 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 908708

[startup+1002.3 s]
/proc/loadavg: 4.07 3.95 3.53 5/190 5157
/proc/meminfo: memFree=17744344/32951124 swapFree=67111464/67111528
[pid=5109] ppid=5107 vsize=882816 CPUtime=1002.29 cores=5,7
/proc/5109/stat : 5109 (strangenight2-s) R 5107 5109 4124 0 -1 4202496 562343 0 0 0 100111 118 0 0 25 0 1 0 489051064 904003584 191003 33554432000 4194304 4627331 140734530341264 18446744073709551615 4321863 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5109/statm: 220704 191003 377 106 0 215675 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 882816

[startup+1062.3 s]
/proc/loadavg: 4.02 3.95 3.56 5/190 5158
/proc/meminfo: memFree=17763360/32951124 swapFree=67111464/67111528
[pid=5109] ppid=5107 vsize=883432 CPUtime=1062.29 cores=5,7
/proc/5109/stat : 5109 (strangenight2-s) R 5107 5109 4124 0 -1 4202496 589127 0 0 0 106104 125 0 0 25 0 1 0 489051064 904634368 186676 33554432000 4194304 4627331 140734530341264 18446744073709551615 4309113 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5109/statm: 220858 186676 377 106 0 215829 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 883432

[startup+1122.3 s]
/proc/loadavg: 4.01 3.96 3.58 5/190 5160
/proc/meminfo: memFree=17712956/32951124 swapFree=67111464/67111528
[pid=5109] ppid=5107 vsize=911772 CPUtime=1122.29 cores=5,7
/proc/5109/stat : 5109 (strangenight2-s) R 5107 5109 4124 0 -1 4202496 613949 0 0 0 112098 131 0 0 25 0 1 0 489051064 933654528 196630 33554432000 4194304 4627331 140734530341264 18446744073709551615 4324102 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5109/statm: 227943 196630 377 106 0 222914 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 911772

[startup+1182.3 s]
/proc/loadavg: 4.00 3.96 3.60 5/190 5162
/proc/meminfo: memFree=17681672/32951124 swapFree=67111464/67111528
[pid=5109] ppid=5107 vsize=912976 CPUtime=1182.3 cores=5,7
/proc/5109/stat : 5109 (strangenight2-s) R 5107 5109 4124 0 -1 4202496 641530 0 0 0 118092 138 0 0 25 0 1 0 489051064 934887424 191270 33554432000 4194304 4627331 140734530341264 18446744073709551615 4309614 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5109/statm: 228244 191270 377 106 0 223215 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 912976

[startup+1242.3 s]
/proc/loadavg: 4.00 3.97 3.63 5/190 5163
/proc/meminfo: memFree=17786920/32951124 swapFree=67111464/67111528
[pid=5109] ppid=5107 vsize=913788 CPUtime=1242.29 cores=5,7
/proc/5109/stat : 5109 (strangenight2-s) R 5107 5109 4124 0 -1 4202496 665554 0 0 0 124086 143 0 0 25 0 1 0 489051064 935718912 196381 33554432000 4194304 4627331 140734530341264 18446744073709551615 4309540 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5109/statm: 228447 196381 377 106 0 223418 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 913788



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.92 3.95 3.64 4/185 5183
/proc/meminfo: memFree=18497812/32951124 swapFree=67111464/67111528
[pid=5109] ppid=5107 vsize=913988 CPUtime=1300 cores=5,7
/proc/5109/stat : 5109 (strangenight2-s) R 5107 5109 4124 0 -1 4202496 681570 0 0 0 129851 149 0 0 25 0 1 0 489051064 935923712 194316 33554432000 4194304 4627331 140734530341264 18446744073709551615 4507164 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5109/statm: 228497 194316 377 106 0 223468 0
Current children cumulated CPU time (s) 1300
Current children cumulated vsize (KiB) 913988

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.04
CPU time (s): 1300.05
CPU user time (s): 1298.52
CPU system time (s): 1.52977
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 941232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.52
system time used= 1.52977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 681570
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= 886

runsolver used 2.10968 second user time and 5.00424 second system time

The end

Launcher Data

Begin job on node136 at 2011-04-26 01:35:31
IDJOB=3288783
IDBENCH=83105
IDSOLVER=1587
FILE ID=node136/3288783-1303774530
RUNJOBID= node136-1303774523-5090
PBS_JOBID= 13157165
Free space on /tmp= 72180 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom24.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3288783-1303774530/watcher-3288783-1303774530 -o /tmp/evaluation-result-3288783-1303774530/solver-3288783-1303774530 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3288783-1303774530.cnf

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

MD5SUM BENCH= 16e1f2a4ab0c9df60ac0d098f9f252bb
RANDOM SEED=1183828560

node136.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.809
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.61
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.809
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.809
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.75
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.809
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.76
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.809
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.75
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.809
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.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
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:     32951124 kB
MemFree:      20642624 kB
Buffers:       1689752 kB
Cached:        9793340 kB
SwapCached:         60 kB
Active:        4733076 kB
Inactive:      7009916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20642624 kB
SwapTotal:    67111528 kB
SwapFree:     67111464 kB
Dirty:           19336 kB
Writeback:           0 kB
AnonPages:      259720 kB
Mapped:          15356 kB
Slab:           501116 kB
PageTables:       5720 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   439472 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= 72168 MiB
End job on node136 at 2011-04-26 01:57:13